Skip to content
Snippets Groups Projects
Commit a5bd5ed1 authored by Maxim Gonchar's avatar Maxim Gonchar
Browse files

ci: fix CI

parent bf1c5909
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ tests: ...@@ -6,7 +6,7 @@ tests:
stage: tests stage: tests
script: script:
- git submodules update --init --recursive - git submodule update --init --recursive
- python3 -m pip install -r submodules/dagflow/requirements.txt - python3 -m pip install -r submodules/dagflow/requirements.txt
- mkdir output - mkdir output
- coverage run --source=. --omit=submodules/* -m pytest - coverage run --source=. --omit=submodules/* -m pytest
......
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