We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ca4fb commit 3e563b5Copy full SHA for 3e563b5
2 files changed
.github/actions/setup-python-env/action.yaml
@@ -21,7 +21,7 @@ runs:
21
shell: bash
22
run: |
23
pip install --upgrade pip
24
- pip install pytest pytest-qt PySide6==${{ inputs.qt_version }} shiboken6==${{ inputs.qt_version }}
+ pip install pytest pytest-qt scikit-build-core PySide6==${{ inputs.qt_version }} shiboken6==${{ inputs.qt_version }} shiboken6_generator==${{ inputs.qt_version }}
25
26
- name: Install Dependencies (Linux)
27
if: runner.os == 'Linux'
.github/workflows/tests.yaml
@@ -87,7 +87,7 @@ jobs:
87
88
env:
89
PYTHONIOENCODING: utf-8
90
- run: pip install .
+ run: pip install . --no-build-isolation
91
92
- name: Run (Linux)
93
0 commit comments