Skip to content

Commit 88522af

Browse files
jswhit2jswhit2
authored andcommitted
try to silence stubtest warnings
1 parent dde8138 commit 88522af

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build_master.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ jobs:
8888
8989
- name: Stubtest
9090
run: |
91-
stubtest netCDF4 --allowlist .github/stubtest-allowlist --mypy-config-file=pyproject.toml
91+
stubtest netCDF4 --allowlist .github/stubtest-allowlist --ignore-unused-allowlist --mypy-config-file=pyproject.toml
9292
mypy test
9393
mypy examples
94-
env:
95-
CI: false

0 commit comments

Comments
 (0)