We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e251f commit f1a5899Copy full SHA for f1a5899
.github/workflows/python-app.yml
@@ -67,6 +67,10 @@ jobs:
67
uses: actions/setup-python@v6
68
with:
69
python-version: ${{ env.DEFAULT_PYTHON }}
70
+ - name: Install uv
71
+ uses: astral-sh/setup-uv@v7
72
+ with:
73
+ version: ${{ env.UV_VERSION }}
74
- name: Install Requirements
75
run: uv sync --frozen --all-extras
76
- name: Test with pytest (skip entirely if secrets missing)
0 commit comments