8000 CI Azure: try removing setuptools workaround on windows by jeremiedbb · Pull Request #22905 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

CI Azure: try removing setuptools workaround on windows #22905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 changes: 0 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,6 @@ jobs:
# Unpin when pytest stalling issue is fixed
PYTEST_VERSION: '6.2.5'
COVERAGE: 'true'
# Temporary fix for setuptools to use distutils from standard lib
# https://github.com/numpy/numpy/issues/17216
SETUPTOOLS_USE_DISTUTILS: 'stdlib'
SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '7' # non-default seed
py38_pip_openblas_32bit:
PYTHON_VERSION: '3.8'
Expand Down
0