Skip to content

Commit 9779189

Browse files
committed
Use Windows label
1 parent a67073d commit 9779189

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ permissions: read-all
1515
jobs:
1616
build:
1717
name: Build
18-
# FIXME: change to Windows
19-
runs-on: avc336
18+
runs-on: Windows
2019
steps:
2120
- name: Checkout repository
2221
uses: actions/checkout@v4
@@ -31,5 +30,5 @@ jobs:
3130
- name: Build Triton
3231
run: |
3332
cd python
34-
pip install wheel pybind11 python-certifi-win32
33+
pip install wheel pybind11
3534
pip install --no-build-isolation '.[build,tests,tutorials]'

0 commit comments

Comments
 (0)