Compare commits
2 Commits
2822a483e3
...
fd536862e2
Author | SHA1 | Date | |
---|---|---|---|
fd536862e2 | |||
576dc303f4 |
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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 {
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user