Skip to content

Commit

Permalink
use the venv in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Nov 12, 2024
1 parent fa3135e commit 97a094b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
run: |
pip install uv
- name: make venv with uv
run: |
uv venv
- name: Install dependencies
run: |
uv pip install -r requirements.txt
Expand Down

0 comments on commit 97a094b

Please sign in to comment.