Skip to content

Commit

Permalink
add install of pyside2 in GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paskino committed Apr 26, 2024
1 parent b72d2a2 commit 71f7989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- run: pip install -U .[dev]
- run: pip install pyside2
- run: pytest
deploy:
needs: [test]
Expand Down

0 comments on commit 71f7989

Please sign in to comment.