Skip to content

Commit 5526030

Browse files
committed
Again.
1 parent 870cb27 commit 5526030

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ pipeline {
7171
echo "[$PATH]"
7272
which tox
7373
flock --exclusive --timeout 900 /tmp/jenkins_conda.lock -c \
74-
"echo \\"success\\""
75-
// "tox -e py312-noop,codecov \
74+
"tox -e py312-noop,codecov \
75+
-h 2>&1"
7676
// --workdir \\"${SHARED_TOX_DIR}\\" -v -r --notest \
7777
// && \\"${SHARED_TOX_DIR}/test_env/bin/python\\" \
7878
// -m pip install . --no-deps --ignore-installed \

0 commit comments

Comments
 (0)