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
6f7331bdc1
commit
290ed4e9d6
2 changed files with 1 additions and 2 deletions
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
# Step 3: Install dependencies (from requirements.txt or Pipfile)
|
||||
- name: Install dependencies
|
||||
run:
|
||||
run: |
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
cd model_server
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ repos:
|
|||
# they will be in a seperate tests directory
|
||||
entry: bash -c "cd crates/llm_gateway && cargo test --lib"
|
||||
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.1.0
|
||||
hooks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue