Skip to content

Commit 5287634

Browse files
committed
Switch to uv for python
1 parent e361f9c commit 5287634

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-media.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: curl -LsSf https://astral.sh/uv/install.sh | sh
2121
- name: Install Python
2222
run: uv python install
23+
- name: setup venv
24+
run: uv venv
2325
- name: Python Deps
2426
shell: bash
2527
run: uv pip install -r requirements.txt

0 commit comments

Comments
 (0)