Skip to content

Commit

Permalink
try a venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Siegel committed Aug 2, 2024
1 parent ccb4e8e commit 7b8b433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/services-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Test with pytest
run: |
python -m pip install --upgrade pip
python -m venv .venv
source .venv/bin/activate
pip install poetry
cd services/inference
poetry install -n --with dev
Expand Down

0 comments on commit 7b8b433

Please sign in to comment.