Skip to content

Commit f188658

Browse files
committed
Add setuptools install
1 parent dbd3911 commit f188658

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
shell: pwsh
101101
if: startsWith(matrix.os, 'windows-')
102102
run: |
103+
python -m pip install setuptools
103104
python -c "import setuptools.msvc as s; e = s.EnvironmentInfo('AMD64'); print(e.return_env())"
104105
105106
- name: Download gssapi sdist

0 commit comments

Comments
 (0)