Skip to content

Commit a9e6c9c

Browse files
committed
mypy gets its own env
1 parent a09744d commit a9e6c9c

9 files changed

Lines changed: 825 additions & 7 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Install dependencies
133133
run: |
134134
python -m pip install --upgrade pip
135-
pip install -r dev_tools/requirements/envs/dev.env.txt
135+
pip install -r dev_tools/requirements/envs/mypy.env.txt
136136
pip install --no-deps -e .
137137
- name: Set up problem matcher for Mypy output
138138
run: echo '::add-matcher::.github/problem-matchers/mypy.json'

dev_tools/requirements/envs/dev.env.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ markupsafe==3.0.2
334334
# jinja2
335335
# nbconvert
336336
# werkzeug
337-
matplotlib==3.10.1
337+
matplotlib==3.10.3
338338
# via
339339
# -r deps/runtime.txt
340340
# ase

dev_tools/requirements/envs/docs.env.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ markupsafe==3.0.2
403403
# jinja2
404404
# nbconvert
405405
# werkzeug
406-
matplotlib==3.10.1
406+
matplotlib==3.10.3
407407
# via
408408
# -c envs/dev.env.txt
409409
# -r deps/runtime.txt

dev_tools/requirements/envs/format.env.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ markupsafe==3.0.2
360360
# jinja2
361361
# nbconvert
362362
# werkzeug
363-
matplotlib==3.10.1
363+
matplotlib==3.10.3
364364
# via
365365
# -c envs/dev.env.txt
366366
# -r deps/runtime.txt

0 commit comments

Comments
 (0)