Skip to content

Commit 22b94b0

Browse files
committed
Use legacy mode for editable install, better supported by mypy
1 parent f6c8bd4 commit 22b94b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
python -m pip install pip==21.2.4 # last version that works for editable install + mypy
4040
python -m pip install pyside6==${{ env.PYSIDE6_VERSION }} pytest mypy==${{ matrix.mypy-version }}
41-
pip install -e .
41+
pip install -e . --config-settings editable_mode=compat
4242
pip list
4343
4444
- name: run tests

0 commit comments

Comments
 (0)