Skip to content
Snippets Groups Projects
Commit 7481f7cc authored by Thibault Allenet's avatar Thibault Allenet
Browse files

reference to list_dependancies in tests

parent 13894a1a
No related branches found
No related tags found
No related merge requests found
......@@ -19,17 +19,17 @@ release:pip:ubuntu:
- set +x
after_script:
# - !reference [.ubuntu:download:list_dependencies, script]
- !reference [.ubuntu:download:list_dependencies, script]
- set -x
- echo "After script"
- export DEPS_NAMES=("aidge_core" "aidge_backend_cpu")
- >
for DEP_NAME in $DEPS_NAMES; do
echo "current dep $DEP_NAME"
cd $DEP_NAME
pip install . -v
cd ..
done
# - export DEPS_NAMES=("aidge_core" "aidge_backend_cpu")
# - >
# for DEP_NAME in $DEPS_NAMES; do
# echo "current dep $DEP_NAME"
# cd $DEP_NAME
# pip install . -v
# cd ..
# done
- export WHL_NAME=$(find . -name "$CI_PROJECT_NAME*.whl")
- pip install $WHL_NAME
- cd ..
......
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