We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd3911 commit f188658Copy full SHA for f188658
1 file changed
.github/workflows/ci.yml
@@ -100,6 +100,7 @@ jobs:
100
shell: pwsh
101
if: startsWith(matrix.os, 'windows-')
102
run: |
103
+ python -m pip install setuptools
104
python -c "import setuptools.msvc as s; e = s.EnvironmentInfo('AMD64'); print(e.return_env())"
105
106
- name: Download gssapi sdist
0 commit comments