Skip to content

Commit 16f07d2

Browse files
committed
Fix CI
1 parent 0dcd971 commit 16f07d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# latest version of everything
2626
- python-version: "3.13"
27-
mypy-version: "1.1.1"
27+
mypy-version: "1.4.1"
2828

2929
steps:
3030
- uses: actions/checkout@v3
@@ -36,7 +36,8 @@ jobs:
3636

3737
- name: Install dependencies
3838
run: |
39-
python -m pip install pip==21.2.4 # last version that works for editable install + mypy
39+
python -m pip install --upgrade pip
40+
python -m pip install setuptools==75.8.0
4041
python -m pip install pyside6==${{ env.PYSIDE6_VERSION }} pytest mypy==${{ matrix.mypy-version }}
4142
pip install -e . --config-settings editable_mode=compat
4243
pip list

0 commit comments

Comments
 (0)