added more http versions flags
All checks were successful
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

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