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
2ec46c704c
commit
52a1a6e4da
1 changed files with 1 additions and 2 deletions
3
.github/workflows/model-server-tests.yml
vendored
3
.github/workflows/model-server-tests.yml
vendored
|
|
@ -26,11 +26,10 @@ jobs:
|
|||
# Step 3: Install dependencies (from requirements.txt or Pipfile)
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
cd model_server
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt # Or use pipenv install
|
||||
pip install pytest
|
||||
|
||||
# Step 4: Set PYTHONPATH and run tests
|
||||
- name: Run model server tests with pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue