Compare commits

..

No commits in common. "fd536862e28a26de73d71676caf02aa034230ec7" and "2822a483e30b5a258cb125c89cb6b0b34e0dabff" have entirely different histories.

2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -2,8 +2,8 @@ pipeline {
agent { agent {
kubernetes { kubernetes {
cloud 'rsys-devel' cloud 'rsys-devel'
defaultContainer 'miniforge3' defaultContainer 'pip'
inheritFrom 'miniforge' inheritFrom 'pip'
} }
} }
stages { stages {

View File

@ -9,7 +9,7 @@ dependencies:
- pytest-asyncio - pytest-asyncio
- python-build - python-build
- conda-build - conda-build
- twine==6.0.1 - twine
- setuptools_scm - setuptools_scm
- pytest-cov - pytest-cov
- grayskull - grayskull