Skip to content

Commit 2bb06d9

Browse files
committed
chore(ci): update build checks to use 'uv' for running scripts
1 parent 9fe7525 commit 2bb06d9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
package:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Install Python
18-
uses: actions/setup-python@v6
19-
with:
20-
python-version: '3.8'
21-
2217
- name: Check out the repo
2318
uses: actions/checkout@v6
2419

20+
- name: Install uv
21+
uses: astral-sh/setup-uv@v8.1.0
22+
with:
23+
version: "latest"
24+
2525
- name: Run build checks
26-
run: ./build-checks.py
26+
run: uv run ./build-checks.py

0 commit comments

Comments
 (0)