Skip to content

Commit 6f85fe1

Browse files
committed
try to fix windows
1 parent 3b636e6 commit 6f85fe1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
- name: Configure Windows
113113
if: runner.os == 'Windows'
114114
run: |
115+
pip install setuptools --force-reinstall
115116
pip install cppyy-cling==6.32.8 --no-deps --no-build-isolation --force-reinstall
116117
pip install cppyy-backend==1.15.3 --no-deps --no-build-isolation --force-reinstall
117118
pip install CPyCppyy==1.13.0 --no-deps --no-build-isolation --force-reinstall
@@ -133,4 +134,4 @@ jobs:
133134
if: always()
134135
with:
135136
name: svgs-${{ matrix.os }}
136-
path: ./*.svg
137+
path: ./*.svg

0 commit comments

Comments
 (0)