We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdae43 commit 0933ff3Copy full SHA for 0933ff3
1 file changed
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
python-version: 3.9
26
- name: Install dependencies
27
- run: pip install -r requirements.txt
+ run: pip install -r requirements.txt
28
- name: Run tests
29
run: >-
30
python -m
0 commit comments