Skip to content

Commit

Permalink
Using PySide<5.15.0 for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiopuglisi committed Sep 29, 2022
1 parent 8bbb5f5 commit d3db3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
# with:
# python-version: ${{ matrix.python-version }}
- run: pip install black codespell flake8 isort pytest
- run: pip install -r requirements.txt
- run: pip install -r requirements_github.txt
- run: xvfb-run pytest
1 change: 1 addition & 0 deletions requirements_github.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PySide2<5.15.0

0 comments on commit d3db3df

Please sign in to comment.