Skip to content

Commit

Permalink
tweak actions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bonnes committed Sep 10, 2024
1 parent 87e2fdb commit 7de0157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Install the package
- name: Install the package (and its dependencies)
run: pip install -e .

- name: Test with pytest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Install the package (i.e. its dependencies)
run: pip install -e .

- name: Check with mypy
run: mypy --enable-incomplete-feature=NewGenericSyntax

Expand Down

0 comments on commit 7de0157

Please sign in to comment.