Skip to content

Commit

Permalink
Use pytest-qt<4 to support pyqt<5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jun 9, 2021
1 parent 115816d commit 5a487f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if [ "${{ matrix.os }}" != "windows-latest" ]; then
conda install -q -y help2man
fi
pip install hacking pytest pytest-qt
pip install hacking pytest 'pytest-qt<4'
- name: Install main
shell: bash -l {0}
Expand Down

0 comments on commit 5a487f8

Please sign in to comment.