We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952fc48 commit 1fed409Copy full SHA for 1fed409
.github/workflows/tests.yml
@@ -46,6 +46,7 @@ jobs:
46
- name: Install dependencies
47
run: |
48
python -m pip install -U pip
49
+ python -m pip install -U setuptools wheel
50
python -m pip install -U -r requirements.txt pytest-coverage codecov
51
- name: Run Tests
52
run: python -m pytest --cov=httpx_gssapi --cov-report=xml
0 commit comments