Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Agustín Borgna <[email protected]>
  • Loading branch information
cqc-alec and aborgna-q authored Jul 16, 2024
1 parent dd4ce94 commit 918ba98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ repos:
- id: py-test
name: pytest
description: Run python tests
# We need to rebuild `hugr-cli` without the `extension_inference` feature
# to avoid test errors.
# TODO: Remove this once the issue is fixed.
entry: sh -c "cargo build -p hugr-cli && poetry install && poetry run pytest"
language: system
files: \.py$
Expand Down

0 comments on commit 918ba98

Please sign in to comment.