We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442853f commit 07dd361Copy full SHA for 07dd361
1 file changed
Jenkinsfile
@@ -71,12 +71,7 @@ pipeline {
71
echo "[$PATH]"
72
which tox
73
flock --exclusive --timeout 900 /tmp/jenkins_conda.lock -c \
74
- "echo success"
75
-// "tox -e py312-noop,codecov \
76
-// --workdir \\"${SHARED_TOX_DIR}\\" -v -r --notest \
77
-// && \\"${SHARED_TOX_DIR}/test_env/bin/python\\" \
78
-// -m pip install . --no-deps --ignore-installed \
79
-// --no-cache-dir -v 2>&1"
+"echo success"
80
'''
81
}
82
post {
0 commit comments