Skip to content

Commit

Permalink
Tweak GHA invoking test.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Oct 20, 2023
1 parent 186bb08 commit 4f9e3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
run: "pre-commit run --all-files"

# Run static type-checking and unit tests
- name: "Run mypy"
run: "invoke test.ci"
- name: "Run CI tests not requiring data."
run: "PYTHONPATH=./ invoke test.ci"

0 comments on commit 4f9e3ac

Please sign in to comment.