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 {
kubernetes {
cloud 'rsys-devel'
defaultContainer 'miniforge3'
inheritFrom 'miniforge'
defaultContainer 'pip'
inheritFrom 'pip'
}
}
stages {

View File

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