Skip to content

Commit 3e563b5

Browse files
committed
fix CI shiboken version mismatch
1 parent d1ca4fb commit 3e563b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-python-env/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
shell: bash
2222
run: |
2323
pip install --upgrade pip
24-
pip install pytest pytest-qt PySide6==${{ inputs.qt_version }} shiboken6==${{ inputs.qt_version }}
24+
pip install pytest pytest-qt scikit-build-core PySide6==${{ inputs.qt_version }} shiboken6==${{ inputs.qt_version }} shiboken6_generator==${{ inputs.qt_version }}
2525
2626
- name: Install Dependencies (Linux)
2727
if: runner.os == 'Linux'

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
shell: bash
8888
env:
8989
PYTHONIOENCODING: utf-8
90-
run: pip install .
90+
run: pip install . --no-build-isolation
9191

9292
- name: Run (Linux)
9393
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)