Skip to content

Commit 07dd361

Browse files
committed
Again.
1 parent 442853f commit 07dd361

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,7 @@ 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 \
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"
74+
"echo success"
8075
'''
8176
}
8277
post {

0 commit comments

Comments
 (0)