added more http versions flags
CI / build (push) Successful in 15s

This commit is contained in:
2024-09-15 14:48:42 +08:00
parent c00a8d1bd5
commit b56ddf528b
5 changed files with 206 additions and 57 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Create virtualenv
run: |
python -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/pip install -r requirements-dev.txt
# - name: Run unit tests
# run: .venv/bin/python -m unittest discover -s tests
- name: Execute build