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

add echo for dependencies

parent ee4c1af2
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ release:pip:ubuntu:
- python --version
- python -m pip wheel -w wheelhouse .
- echo "Tests"
- echo $DEPS_NAMES
- >
for DEP_NAME in $DEPS_NAMES; do
echo "current dep $DEP_NAME"
......
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