Skip to content

Commit

Permalink
trying to solve pre-commit ci issue by running pytest via poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropaulofb committed Oct 16, 2023
1 parent 221dbed commit b710025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
hooks:
- id: run_tests
name: run pytest tests
entry: pytest ./ontouml_vocabulary_lib/tests
entry: poetry run pytest ./ontouml_vocabulary_lib/tests
language: system
pass_filenames: false
- id: update_requirements
Expand Down

0 comments on commit b710025

Please sign in to comment.