mirror of
https://github.com/katanemo/plano.git
synced 2026-05-15 11:02:39 +02:00
fix pre commit
This commit is contained in:
parent
10c74ec0c4
commit
cf0423bbff
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ repos:
|
||||||
- id: python-tests
|
- id: python-tests
|
||||||
name: Run Python Tests with pytest
|
name: Run Python Tests with pytest
|
||||||
language: system
|
language: system
|
||||||
entry: bash -c "cd model_server && pytest --maxfail=5 --disable-warnings"
|
entry: bash -c "cd model_server && pip install -r requirements.txt && pytest --maxfail=5 --disable-warnings"
|
||||||
types: [python]
|
types: [python]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue