Skip to content

Commit 5a2df5e

Browse files
glemaitreogrisel
authored andcommitted
MAINT pin the version of Python in azure (scikit-learn#15378)
1 parent b92455a commit 5a2df5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
# It runs tests requiring pandas and PyAMG.
3333
pylatest_pip_openblas_pandas:
3434
DISTRIB: 'conda-pip-latest'
35-
PYTHON_VERSION: '*'
35+
# FIXME: pinned until SciPy wheels are available for Pyhon 3.8
36+
PYTHON_VERSION: '3.7'
3637
PYTEST_VERSION: '4.6.2'
3738
COVERAGE: 'true'
3839
CHECK_PYTEST_SOFT_DEPENDENCY: 'true'

0 commit comments

Comments
 (0)