We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4033daf commit 958d585Copy full SHA for 958d585
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: run upload_server.py
28
run: |
29
- python upload_server.py
+ python tests/upload_server.py
30
31
- name: instal pytest
32
run: pip install pytest
0 commit comments