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 5c8ad82 commit 6c9123dCopy full SHA for 6c9123d
.github/workflows/docs.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install uv
17
uses: astral-sh/setup-uv@v5
18
with:
19
- version: "0.5.25"
+ version: "0.8.9"
20
- run: slap run --no-venv-check docs:build
21
- uses: actions/upload-artifact@v4
22
.github/workflows/python.yml
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
- uses: actions/setup-python@v5
93
with: { python-version: "${{ matrix.python-version }}" }
94
- run: slap test
0 commit comments