Skip to content
Snippets Groups Projects
Unverified Commit 69ed23cd authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Fix dependency install in CI

parent 1fb7230e
No related branches found
No related tags found
No related merge requests found
Pipeline #12304 passed
......@@ -2,11 +2,11 @@
doctest:
image: python:3.7
script:
- pip install -r requirements.py
- pip install -r requirements.txt
- python -m doctest nnfwtbn/*.py
unittest:
image: python:3.7
script:
- pip install -r requirements.py
- pip install -r requirements.txt
- python setup.py test
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