Compare commits

..

2 Commits

Author SHA1 Message Date
fd536862e2 Twine version specified to 6.0.1 to avoid Twine issue 15611
Some checks failed
autoBIGS.engine/pipeline/head There was a failure building this commit
2025-02-21 05:53:08 +00:00
576dc303f4 Changed requested kubernetes container to be miniforge 2025-02-21 05:52:34 +00:00
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 'pip' defaultContainer 'miniforge3'
inheritFrom 'pip' inheritFrom 'miniforge'
} }
} }
stages { stages {

View File

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