Skip to content

Commit

Permalink
Fixed python path, Added monkeytype
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Nov 24, 2024
1 parent e3b9bfa commit 7a4edc6
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -31,6 +31,6 @@ jobs:
which python
conda info
- run: |
make test
make test python=python
- run: |
pre-commit run --all-files
make format python=python
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pytest-cov
scipy
build
twine
monkeytype

0 comments on commit 7a4edc6

Please sign in to comment.