Skip to content

Commit

Permalink
add stub for networkx to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jul 15, 2024
1 parent 20ce90c commit a1e9beb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/format-typing-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
python-version: '3.10'
- name: Install ruff and mypy
run: |
pip install ruff mypy typing_extensions types-Deprecated types-beautifulsoup4 types-jsonschema pandas-stubs
pip install ruff mypy typing_extensions \
types-Deprecated types-beautifulsoup4 types-jsonschema types-networkx pandas-stubs
- name: Get all changed python files
id: changed-python-files
uses: tj-actions/changed-files@v44
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dev = [
# static typing
"mypy",
"typing_extensions",
# stub packages
# stub packages. Update the `format-typing-check.yml` too if you add more.
"types-Deprecated",
"types-beautifulsoup4",
"types-jsonschema",
Expand Down

0 comments on commit a1e9beb

Please sign in to comment.