Commit 8b77d00a by Jörg Stucke

fixed requirements installtion

parent c3b4a002
......@@ -19,6 +19,7 @@ jobs:
- name: install deps
run: |
python3 -m pip install -U pip
python3 -m pip install --editable .[dev]
python3 -m pip install .
python3 -m pip install -r requirements-dev.txt
- name: run pytest
run: pytest
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment