We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c8bd4 commit 22b94b0Copy full SHA for 22b94b0
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
python -m pip install pip==21.2.4 # last version that works for editable install + mypy
40
python -m pip install pyside6==${{ env.PYSIDE6_VERSION }} pytest mypy==${{ matrix.mypy-version }}
41
- pip install -e .
+ pip install -e . --config-settings editable_mode=compat
42
pip list
43
44
- name: run tests
0 commit comments