We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b636e6 commit 6f85fe1Copy full SHA for 6f85fe1
1 file changed
.github/workflows/wheels.yml
@@ -112,6 +112,7 @@ jobs:
112
- name: Configure Windows
113
if: runner.os == 'Windows'
114
run: |
115
+ pip install setuptools --force-reinstall
116
pip install cppyy-cling==6.32.8 --no-deps --no-build-isolation --force-reinstall
117
pip install cppyy-backend==1.15.3 --no-deps --no-build-isolation --force-reinstall
118
pip install CPyCppyy==1.13.0 --no-deps --no-build-isolation --force-reinstall
@@ -133,4 +134,4 @@ jobs:
133
134
if: always()
135
with:
136
name: svgs-${{ matrix.os }}
- path: ./*.svg
137
+ path: ./*.svg
0 commit comments