Skip to content

Commit

Permalink
fix testing file
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweny committed Jul 11, 2024
1 parent 5db29fc commit 888ae2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Install mypy
run: pip install mypy
- name: Check type hints
run: mypy
run: mypy .
1 change: 0 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
docs/**
examples/**
README.md
CHANGELOG.md
- name: Setup packages
if: steps.changed-files-specific.outputs.only_changed != 'true'
Expand Down

0 comments on commit 888ae2d

Please sign in to comment.