Skip to content

Commit

Permalink
Manually install wheel before pyqg install
Browse files Browse the repository at this point in the history
  • Loading branch information
kysolvik committed Jun 10, 2024
1 parent f3f828c commit 4d85409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install package and requirements
run: |
python3 -m pip install -e ".[dev]"
python3 -m pip install Cython==0.29.37
python3 -m pip install Cython==0.29.37 wheel
python3 -m pip install pyqg==0.7.2 --no-build-isolation --use-deprecated=legacy-resolver
- name: Lint with flake8
Expand Down

0 comments on commit 4d85409

Please sign in to comment.