Skip to content

Commit 8ee05ad

Browse files
committed
ci: Fix python 3.4 windows build updating version of setuptools
See scikit-build/scikit-build#320 and scikit-build/cmake-python-distributions#37
1 parent 9aa14ee commit 8ee05ad

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
@@ -27,6 +27,7 @@ install:
2727
commands:
2828
- python --version
2929
- python -m pip install --disable-pip-version-check --upgrade pip
30+
- pip install -U setuptools
3031
- $<RUN_ENV> pip install -U -r requirements-dev.txt
3132

3233
before_build:

0 commit comments

Comments
 (0)