Skip to content

Commit f313bb5

Browse files
committed
Run on avc336 again
1 parent 34fa63a commit f313bb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions: read-all
1515
jobs:
1616
build:
1717
name: Build
18-
runs-on: Windows
18+
runs-on: avc336
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
@@ -30,5 +30,6 @@ jobs:
3030
- name: Build Triton
3131
run: |
3232
cd python
33-
pip install wheel pybind11
33+
pip install -U wheel pybind11 certifi
34+
python -m certifi
3435
pip install --no-build-isolation '.[build,tests,tutorials]'

0 commit comments

Comments
 (0)