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 7761069 commit bfc8bdaCopy full SHA for bfc8bda
.github/workflows/build-test-windows.yml
@@ -92,7 +92,7 @@ jobs:
92
- name: Setup Triton
93
run: |
94
.venv\Scripts\activate.ps1
95
- Invoke-BatchFile "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
+ Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
96
cd ${{ env.NEW_WORKSPACE }}
97
cd python
98
pip install -U wheel pybind11 cython cmake 'setuptools>=65.6.1'
0 commit comments