Skip to content

Commit dc9d8a6

Browse files
committed
revert changes to mypy
1 parent 0eed1c5 commit dc9d8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.14"
18+
python-version: "3.10"
1919
- name: Install nox
2020
run: |
2121
python -m pip install --upgrade setuptools pip wheel

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def unit_noextras(session):
259259
run_unit(session, install_test_extra=False)
260260

261261

262-
@nox.session(python=DEFAULT_PYTHON_VERSION)
262+
@nox.session(python="3.10")
263263
def mypy(session):
264264
"""Run type checks with mypy."""
265265
# Editable mode is not compatible with mypy when there are multiple

0 commit comments

Comments
 (0)