8000 CI Revert temporary 60.0.0 setuptools work-around (#22036) · scikit-learn/scikit-learn@a9297f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a9297f6

Browse files
authored
CI Revert temporary 60.0.0 setuptools work-around (#22036)
1 parent 2fc9187 commit a9297f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build_tools/azure/posix-docker.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
COVERAGE: 'false'
3333
TEST_DOCSTRINGS: 'false'
3434
BLAS: 'openblas'
35-
# temporary fix with setuptools 60.0.0 by setting SETUPTOOLS_USE_DISTUTILS
36-
# see the update there:
37-
# https://github.com/pypa/setuptools/issues/2941
38-
SETUPTOOLS_USE_DISTUTILS: 'stdlib'
3935
# Set in azure-pipelines.yml
4036
DISTRIB: ''
4137
DOCKER_CONTAINER: ''
@@ -75,7 +71,6 @@ jobs:
7571
-e SKLEARN_SKIP_NETWORK_TESTS=$SKLEARN_SKIP_NETWORK_TESTS
7672
-e BLAS=$BLAS
7773
-e CPU_COUNT=$CPU_COUNT
78-
-e SETUPTOOLS_USE_DISTUTILS=$SETUPTOOLS_USE_DISTUTILS
7974
$DOCKER_CONTAINER
8075
sleep 1000000
8176
displayName: 'Start container'

0 commit comments

Comments
 (0)
0