diff --git a/.github/workflows/model-server-tests.yml b/.github/workflows/model-server-tests.yml index c7fe5c71..6f231099 100644 --- a/.github/workflows/model-server-tests.yml +++ b/.github/workflows/model-server-tests.yml @@ -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