Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6eb6e8b6 authored by hhakim's avatar hhakim
Browse files

Update test pip wheel package ci job: upgrade pip before testing.

parent ed8271cb
No related branches found
No related tags found
No related merge requests found
Pipeline #834116 skipped
......@@ -667,6 +667,7 @@ test_linux_pkg_release:
- source test_pyfaust-$CI_COMMIT_TAG/bin/activate
- PYVER=$($JOB_PYTHON --version | awk '{print $2}' | sed -e 's/\.//g;s/\(..\).*/\1/')
- SYS=$(if uname -a | grep -q Darwin; then echo macosx; else echo linux; fi)
- $JOB_PYTHON -m pip install --upgrade pip
- $JOB_PYTHON -m pip install --upgrade build/wrapper/python/dist/${PYFAUST_PKG_NAME}-$CI_COMMIT_TAG-*$PYVER*$SYS*.whl
- $JOB_PYTHON -c "import pyfaust; print(pyfaust.version()); print(pyfaust.rand(5,5).toarray());"
- $JOB_PYTHON -c "import pyfaust.tests; pyfaust.tests.run_tests('cpu', 'double')"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment