Skip to content

Commit 6abbd71

Browse files
committed
ci: Exlicitly require a newer version of setuptools in requirements-dev.txt
This commit changes the approach to fix issue originally addressed in 8ee05ad (ci: Fix python 3.4 windows build updating version of setuptools).
1 parent ef6f075 commit 6abbd71

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pytest-cov>=2.4.0
77
pytest-runner>=2.9
88
pytest-virtualenv>=1.2.5
99
scikit-build>=0.7.1
10-
setuptools
10+
setuptools>=28.0.0
1111
twine
1212
virtualenv>=15.0.3
1313
wheel

scikit-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ install:
2424
commands:
2525
- python -c "import sys; print(sys.version)"
2626
- python -m pip install --disable-pip-version-check --upgrade pip
27-
- pip install -U setuptools
2827
- pip install -U -r requirements-dev.txt
2928

3029
before_build:

0 commit comments

Comments
 (0)