Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Windows CI.
Browse files Browse the repository at this point in the history
anntzer committed Jan 26, 2020
1 parent f66656d commit a59fe35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ steps:
- bash: |
set -x
pip install --upgrade pip setuptools &&
python -mpip install --upgrade pip setuptools &&
case "$(python -c 'import sys; print(sys.platform)')" in
linux)
@@ -75,10 +75,10 @@ steps:
python -mpip install dist/*.whl &&
# matplotlib 3.2.0rc1 needed for tests to pass on Py3.8.
pip install matplotlib==3.2.0rc1 &&
python -mpip install matplotlib==3.2.0rc1 &&
python tools/ensure-mpl-test-data.py &&
# pytest-{instafail,timeout} useful for hanging tests.
pip install pytest pytest-instafail pytest-timeout
python -mpip install pytest pytest-instafail pytest-timeout
displayName: 'Build & install'

0 comments on commit a59fe35

Please sign in to comment.