We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e361f9c commit 5287634Copy full SHA for 5287634
.github/workflows/update-media.yaml
@@ -20,6 +20,8 @@ jobs:
20
run: curl -LsSf https://astral.sh/uv/install.sh | sh
21
- name: Install Python
22
run: uv python install
23
+ - name: setup venv
24
+ run: uv venv
25
- name: Python Deps
26
shell: bash
27
run: uv pip install -r requirements.txt
0 commit comments