Skip to content

Commit

Permalink
Install test profile on ci in non-editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Feb 21, 2022
1 parent 3178b73 commit 9d4a890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest-xvfb
pip install -e .[dev]
pip install .[test]
pip install ${{ matrix.pyqt }}
- name: Test with pytest
env:
Expand Down

0 comments on commit 9d4a890

Please sign in to comment.