Skip to content

Commit 396bfd8

Browse files
committed
testing actions
1 parent 43c68a9 commit 396bfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: install requirements
17-
run: pip install requirements-3.txt
17+
run: pip install -r requirements-3.txt
1818
- name: run the tests
1919
run: python tests.py

0 commit comments

Comments
 (0)