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 6a89005 commit 3f86733Copy full SHA for 3f86733
.github/workflows/build-test-windows.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
cd ${{ env.NEW_WORKSPACE }}
48
49
- Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat"
+ Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
50
51
cd python
52
pip install -U wheel pybind11 certifi cython cmake setuptools>=65.6.1
0 commit comments