Skip to content

Commit

Permalink
uninstall cupy to disable cuda on jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 25, 2018
1 parent f2fc443 commit 02b7b3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .local.jenkins.win.yml
Expand Up @@ -11,8 +11,10 @@ virtualenv:
install:
- pip install --no-cache-dir --no-deps --index http://localhost:8067/simple/ pyquickhelper pyensae pymmails pymyinstall pyrsslocal ensae_projects
- pip install -r requirements.txt
# no cuda
- pip uninstall cupy
- pip freeze
- pip freeze > pip_freeze.txt
- pip freeze > pip_freeze.txt
script:
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests -g \".*((noenv)|(LONG)|(SKIP)).*\"", NAME: "UT" }
- { CMD: "python -u setup.py unittests -e \".*noenv1.*\" -g .*LONG.*", NAME: "UT_NOENV1" }
Expand Down

0 comments on commit 02b7b3e

Please sign in to comment.