🐛 Fix tests

master
Mike Gerber 4 months ago
parent ae650f70a2
commit 03d86ce68a

@ -10,8 +10,8 @@ jobs:
steps:
- checkout
- run: pip3 install --upgrade pip
- run: pip3 install -r requirements.txt
- run: pip3 install pytest
- run: pip3 install -e .
- run: pip3 install -r requirements-test.txt
- run: pytest
workflows:

@ -4,6 +4,7 @@ pip install -r requirements-test.txt
To run tests:
```
pip install -e .
pytest
```

Loading…
Cancel
Save