Skip to content

Commit 6153521

Browse files
committed
chore: add geos-trame to type checked packages
1 parent 6956205 commit 6153521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/typing-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
max-parallel: 3
1717
matrix:
1818
# add packages to check typing
19-
package-name: ["geos-geomechanics", "geos-posp", "geos-timehistory", "geos-utils", "geos-xml-tools", "hdf5-wrapper"]
19+
package-name: ["geos-geomechanics", "geos-posp", "geos-timehistory", "geos-utils", "geos-trame", "geos-xml-tools", "hdf5-wrapper"]
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -35,6 +35,7 @@ jobs:
3535
- name: Typing check with mypy
3636
# working-directory: ./${{ matrix.package-name }}
3737
run: |
38+
python -m mypy geos-trame/geos_trame/app/__main__.py --install-types --non-interactive
3839
python -m mypy --config-file ./.mypy.ini --check-untyped-defs ./${{ matrix.package-name }}
3940
4041
- name: Format and linting check with ruff

0 commit comments

Comments
 (0)