Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed python path, Added monkeytype
  • Loading branch information
charnley committed Nov 24, 2024
commit 7a4edc6f16388dc81afb4e90add48f6f9f9655b0
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