We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c89da6 commit 1fa1376Copy full SHA for 1fa1376
.github/workflows/main.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: "Uninstall mod_wsgi"
67
run: pip uninstall --yes mod_wsgi
68
- name: "Install mod_wsgi-standalone"
69
- run: python -m pip install --verbose dist/mod_wsgi-standalone-[0-9].*.tar.gz
+ run: python -m pip install --verbose dist/mod_wsgi[-_]standalone-[0-9].*.tar.gz
70
- name: "Run mod_wsgi-express test #2"
71
run: scripts/run-single-test.sh
72
- name: "Uninstall mod_wsgi-standalone"
0 commit comments