Skip to content
Snippets Groups Projects
Commit 6bb00b0a authored by Tsegelnik Nikita's avatar Tsegelnik Nikita
Browse files

fix requirements installation in the CI

parent 2b50faf4
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ tests:
stage: tests
script:
- python3 -m pip install -r dagflow/requirements.txt
- python3 -m pip install -r subtrees/dagflow/requirements.txt
- coverage run --source=. -m pytest
- coverage report
- coverage xml
......
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