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