Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: install PySide2 bindings on build
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Oct 8, 2021
1 parent da27827 commit 4c02004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade poetry wheel
poetry install
poetry install -E PySide2
poetry build
pip3 install dist/*.whl
Expand Down

0 comments on commit 4c02004

Please sign in to comment.