Compare commits
No commits in common. "fd536862e28a26de73d71676caf02aa034230ec7" and "2822a483e30b5a258cb125c89cb6b0b34e0dabff" have entirely different histories.
fd536862e2
...
2822a483e3
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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 {
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user