Skip to content
Snippets Groups Projects
Commit 9f9ab946 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Add back installation of wheels but keep test commented.

parent faa5abd1
No related branches found
No related tags found
No related merge requests found
...@@ -26,13 +26,13 @@ release:pip:ubuntu: ...@@ -26,13 +26,13 @@ release:pip:ubuntu:
- echo "Reinstalling each found wheels = ${WHEELS}" - echo "Reinstalling each found wheels = ${WHEELS}"
# This test should be done in relevent package. # This test should be done in relevent package.
# - > - >
# for wheel in $WHEELS; do # not sure if a for loop is needed here but just in case multiple wheels are found for wheel in $WHEELS; do # not sure if a for loop is needed here but just in case multiple wheels are found
# python -m pip install --force-reinstall $wheel[test] python -m pip install --force-reinstall $wheel[test]
# python -m pip list python -m pip list
# cd $CI_PROJECT_NAME # entering package so python doesn't import local package and in cd $CI_PROJECT_NAME # entering package so python doesn't import local package and in
# python -m pytest unit_tests/* # python -m pytest unit_tests/*
# done done
deploy:pip:ubuntu: deploy:pip:ubuntu:
extends: extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment