Skip to content

Commit

Permalink
CI: Fix failing Windows github actions (#406)
Browse files Browse the repository at this point in the history
* Windows github actions are failing

* temp limit scope

* undo

* revert temp changes
  • Loading branch information
jorisvandenbossche committed Oct 15, 2021
1 parent 01e02cd commit 232d82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install python dependencies
run: |
pip install --disable-pip-version-check --upgrade pip
python -m pip install --disable-pip-version-check --upgrade pip
pip install --upgrade wheel setuptools
if [ "$GEOS_VERSION" = "main" ]; then
pip install --upgrade --pre Cython numpy pytest;
Expand Down

0 comments on commit 232d82a

Please sign in to comment.