Skip to content

Commit

Permalink
Merge pull request h5py#1694 from takluyver/tests-no-cibuildwheel
Browse files Browse the repository at this point in the history
Don't install cibuildwheel for test jobs
  • Loading branch information
takluyver authored Oct 9, 2020
2 parents f2bee52 + 5e5aff1 commit f1d1c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-pipelines-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ steps:
- script: |
python -m pip install --upgrade pip
pip install tox codecov cibuildwheel==1.6.0
pip install tox codecov
displayName: 'Install pip dependencies'

- script: env
Expand Down

0 comments on commit f1d1c72

Please sign in to comment.