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