mirror of
https://github.com/katanemo/plano.git
synced 2026-05-04 05:12:55 +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)
|
# Step 3: Install dependencies (from requirements.txt or Pipfile)
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run:
|
run: |
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
cd model_server
|
cd model_server
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@ repos:
|
||||||
# they will be in a seperate tests directory
|
# they will be in a seperate tests directory
|
||||||
entry: bash -c "cd crates/llm_gateway && cargo test --lib"
|
entry: bash -c "cd crates/llm_gateway && cargo test --lib"
|
||||||
|
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.1.0
|
rev: 23.1.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue