From 290ed4e9d65a2963f4475bb4d33e39a133a3094f Mon Sep 17 00:00:00 2001 From: cotran Date: Wed, 16 Oct 2024 16:16:37 -0700 Subject: [PATCH] fix precommit --- .github/workflows/python-tests.yml | 2 +- .pre-commit-config.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index e02778a7..793c8f99 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b43d80ea..868c7548 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: