Skip to content

Commit 72f9243

Browse files
committed
ci: Fix python 3.4 windows build updating version of setuptools
See scikit-build/scikit-build#320 and scikit-build#37
1 parent 768a5a5 commit 72f9243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scikit-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ install:
2828
commands:
2929
- python --version
3030
- python -m pip install --disable-pip-version-check --upgrade pip
31+
- pip install -U setuptools
3132
- $<RUN_ENV> pip install -U -r requirements-dev.txt
3233

3334
before_build:

0 commit comments

Comments
 (0)