Skip to content

Commit

Permalink
Remove notebook testing from githooks
Browse files Browse the repository at this point in the history
The tests can take time to finish and some of them require GPU access
  • Loading branch information
eriknovak committed May 21, 2024
1 parent 5c91e5a commit f8cd55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .githooks.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
command = python -m unittest discover test

[pre-push]
command = python -m unittest discover test && pytest --nbmake ./docs/**/notebooks/*ipynb && rm -rf ./docs/**/notebooks/*.png && python -m black anonipy
command = python -m unittest discover test && python -m black anonipy

0 comments on commit f8cd55b

Please sign in to comment.