We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735501b commit 91de155Copy full SHA for 91de155
.github/workflows/run-tests.yml
@@ -28,6 +28,6 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python setup.py install
31
- pip install owlrl requests pytest
+ pip install -r requirements-test.txt
32
- name: Run tests
33
run: pytest
0 commit comments