Skip to content

Commit a67073d

Browse files
committed
Install python-certifi-win32
1 parent 7076007 commit a67073d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Install Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.10'
29+
python-version: '3.9'
3030

3131
- name: Build Triton
3232
run: |
3333
cd python
34-
pip install wheel pybind11
34+
pip install wheel pybind11 python-certifi-win32
3535
pip install --no-build-isolation '.[build,tests,tutorials]'

0 commit comments

Comments
 (0)