Skip to content

Commit

Permalink
Don't install before pytest as it can be very slow in case Rust s…
Browse files Browse the repository at this point in the history
…ide hasn't changed
  • Loading branch information
umut-sahin authored and brandonwillard committed Sep 26, 2024
1 parent 749a1e7 commit 4f69e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test:
cargo test "$(TARGET)"

# Run python tests.
pytest: install
pytest:
pytest -svv tests -k "$(TARGET)" \
--cov=outlines_core \
--cov-report=term-missing:skip-covered
Expand Down

0 comments on commit 4f69e89

Please sign in to comment.