Skip to content

Commit

Permalink
WIP Fixup pyqt6 dependencies, fixup job name
Browse files Browse the repository at this point in the history
  • Loading branch information
rear1019 committed Nov 27, 2024
1 parent 6d6f469 commit 7431e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ else
fi

if [ "$QT6_BINDINGS" = "pyqt6" ]; then
pip install pyqt6 pyqtwebengine
pip install pyqt6 pyqt6-webengine
elif [ "$QT6_BINDINGS" = "pyside6" ]; then
pip install pyside6
elif [ -n "$QT6_BINDINGS" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-pyqt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build:
# Use this to disable the workflow
# if: false
name: Linux - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }}
name: Linux - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.QT6_BINDINGS }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }}
runs-on: ubuntu-20.04
env:
CI: 'true'
Expand Down

0 comments on commit 7431e8c

Please sign in to comment.