Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 21, 2019
1 parent 03293f5 commit 296f6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .local.jenkins.lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- $PYINT -m pip install -r requirements.txt
- $PYINT --version
- $PYINT -m pip uninstall -y pyquickhelper
- $PYINT -c "from pip._internal import main;main([\"freeze\"])"
- $PYINT -m pip freeze

# The script to run.
# Each row becomes a Jenkins job. pyquickhelper will generate nb(python) * nb(script) jobs to run on Jenkins.
Expand Down
2 changes: 1 addition & 1 deletion _unittests/ut_jenkinshelper/test_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def zz_st_jconvert_sequence_into_batch_file(self, platform):
if [ $? -ne 0 ]; then exit $?; fi
$PYINT -m pip uninstall -y pyquickhelper
if [ $? -ne 0 ]; then exit $?; fi
$PYINT -c "from pip._internal import main;main([\\"freeze\\"])"
$PYINT -m pip freeze
if [ $? -ne 0 ]; then exit $?; fi
export JOB_NAME=UT
Expand Down

0 comments on commit 296f6b1

Please sign in to comment.