Skip to content

Commit

Permalink
Create virtual env with uv in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed May 3, 2024
1 parent d2ae8d1 commit 0588004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
# when deploying versus running tests
# if: steps.cache-pipenv.outputs.cache-hit != 'true'
run: |
uv pip install -r requirements/requirements.dev.generated.txt
uv venv
uv pip install -r requirements/requirements.linux.generated.txt
- name: Run tests
run: |
Expand Down

0 comments on commit 0588004

Please sign in to comment.