fix precommit

This commit is contained in:
cotran 2024-10-16 16:16:37 -07:00
parent 6f7331bdc1
commit 290ed4e9d6
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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: