Skip to content

Commit

Permalink
Adds uv source
Browse files Browse the repository at this point in the history
  • Loading branch information
catusphan committed Dec 17, 2024
1 parent 5986d35 commit 24baaa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: Setup Python packages
run: |
pip install uv &&
uv venv .venv &&
uv sync &&
source .venv/bin/activate
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_all_external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Setup Python packages
run: |
pip install uv &&
uv venv .venv &&
uv sync &&
source .venv/bin/activate
Expand Down

0 comments on commit 24baaa9

Please sign in to comment.