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 a67073d commit 9779189Copy full SHA for 9779189
.github/workflows/build-test-windows.yml
@@ -15,8 +15,7 @@ permissions: read-all
15
jobs:
16
build:
17
name: Build
18
- # FIXME: change to Windows
19
- runs-on: avc336
+ runs-on: Windows
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v4
@@ -31,5 +30,5 @@ jobs:
31
30
- name: Build Triton
32
run: |
33
cd python
34
- pip install wheel pybind11 python-certifi-win32
+ pip install wheel pybind11
35
pip install --no-build-isolation '.[build,tests,tutorials]'
0 commit comments