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 9fe7525 commit 2bb06d9Copy full SHA for 2bb06d9
1 file changed
.github/workflows/build_checks.yml
@@ -14,13 +14,13 @@ jobs:
14
package:
15
runs-on: ubuntu-latest
16
steps:
17
- - name: Install Python
18
- uses: actions/setup-python@v6
19
- with:
20
- python-version: '3.8'
21
-
22
- name: Check out the repo
23
uses: actions/checkout@v6
24
+ - name: Install uv
+ uses: astral-sh/setup-uv@v8.1.0
+ with:
+ version: "latest"
+
25
- name: Run build checks
26
- run: ./build-checks.py
+ run: uv run ./build-checks.py
0 commit comments