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 870cb27 commit 5526030Copy full SHA for 5526030
1 file changed
Jenkinsfile
@@ -71,8 +71,8 @@ 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 \
+ "tox -e py312-noop,codecov \
+ -h 2>&1"
76
// --workdir \\"${SHARED_TOX_DIR}\\" -v -r --notest \
77
// && \\"${SHARED_TOX_DIR}/test_env/bin/python\\" \
78
// -m pip install . --no-deps --ignore-installed \
0 commit comments