Skip to content
Snippets Groups Projects
Commit f2aa73ca authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

update pip in coverage CI stage

parent 682a65c3
Branches
No related tags found
No related merge requests found
Pipeline #62432 failed
...@@ -89,10 +89,10 @@ unit-test-ubuntu: ...@@ -89,10 +89,10 @@ unit-test-ubuntu:
- py.test test/test_unit/test_align -vx - py.test test/test_unit/test_align -vx
- py.test test/test_unit/test_tree -xv - py.test test/test_unit/test_tree -xv
- coverage report - coverage report
- mv .coverage .coverage-unit - mv .coverage .coverage.unit
artifacts: artifacts:
paths: paths:
- .coverage-unit - .coverage.unit
expire_in: 1 hour expire_in: 1 hour
...@@ -136,6 +136,7 @@ coverage: ...@@ -136,6 +136,7 @@ coverage:
- unit-test-ubuntu - unit-test-ubuntu
- func-test-ubuntu - func-test-ubuntu
before_script: before_script:
- pip3 install --upgrade pip
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
script: script:
#- coverage combine # .coverage-unit .coverage-functional #- coverage combine # .coverage-unit .coverage-functional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment