We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92455a commit 5a2df5eCopy full SHA for 5a2df5e
azure-pipelines.yml
@@ -32,7 +32,8 @@ jobs:
32
# It runs tests requiring pandas and PyAMG.
33
pylatest_pip_openblas_pandas:
34
DISTRIB: 'conda-pip-latest'
35
- PYTHON_VERSION: '*'
+ # FIXME: pinned until SciPy wheels are available for Pyhon 3.8
36
+ PYTHON_VERSION: '3.7'
37
PYTEST_VERSION: '4.6.2'
38
COVERAGE: 'true'
39
CHECK_PYTEST_SOFT_DEPENDENCY: 'true'
0 commit comments