Skip to content

Commit 91de155

Browse files
committed
[gh/actions] Use test requirements install file
1 parent 735501b commit 91de155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python setup.py install
31-
pip install owlrl requests pytest
31+
pip install -r requirements-test.txt
3232
- name: Run tests
3333
run: pytest

0 commit comments

Comments
 (0)