Skip to content

Commit

Permalink
tweak action
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bonnes committed Sep 10, 2024
1 parent 2c2cb7f commit 306f4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Install the package (i.e. its dependencies)
- name: Install the package (its dependencies are needed for typing)
run: pip install -e .

- name: Check with mypy
Expand Down

0 comments on commit 306f4ca

Please sign in to comment.