mirror of
https://github.com/katanemo/plano.git
synced 2026-05-03 12:52:56 +02:00
fix precommit
This commit is contained in:
parent
dd353f7285
commit
a38b5989cd
2 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ repos:
|
|||
- id: python-tests
|
||||
name: Run Python Tests with pytest
|
||||
language: system
|
||||
entry: bash -c "python -m venv venv && source venv/bin/activate && cd model_server && pip install -r requirements.txt && pytest --maxfail=5 --disable-warnings"
|
||||
entry: bash -c "python -m venv venv && source venv/bin/activate && cd model_server && pip install -r requirements.txt && PYTHONPATH=. pytest --maxfail=5 --disable-warnings"
|
||||
types: [python]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue