Skip to content

Commit 1fed409

Browse files
committed
Install setuptools and wheel for pip before test deps
1 parent 952fc48 commit 1fed409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: |
4848
python -m pip install -U pip
49+
python -m pip install -U setuptools wheel
4950
python -m pip install -U -r requirements.txt pytest-coverage codecov
5051
- name: Run Tests
5152
run: python -m pytest --cov=httpx_gssapi --cov-report=xml

0 commit comments

Comments
 (0)