Skip to content
Snippets Groups Projects
Commit 461d2f29 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

fix-setup-bug: fix test pipeline requirements.

parent cd48b8e1
Branches
Tags
1 merge request!12Fix bug with packages installation.
Pipeline #10573 canceled
......@@ -77,7 +77,7 @@ test:csp-lmc-common:
- cd $COMMON_BUILD_PATH
- pwd
- python3 -m pip install -r requirements-tst.txt
- python3 -m pip install --extra-index-url https://nexus.engageska-portugal.pt/repository/pypi/simple -r requirements.txt
- python3 -m pip install --extra-index-url https://nexus.engageska-portugal.pt/repository/pypi/simple -r requirements.txt .
- pytest tests |tee setup_py_test.stdout
- pwd
- mkdir -p build/reports
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment