Skip to content

Commit 7cd3743

Browse files
committed
chore: uvx in gha
1 parent 3ea32bf commit 7cd3743

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@ jobs:
1515
python:
1616
- "3.10"
1717
steps:
18-
- name: Check out code
19-
uses: actions/checkout@v4
20-
- name: Setup Python
21-
uses: actions/setup-python@v5
18+
- uses: actions/checkout@v4
19+
- uses: actions/setup-python@v5
2220
with:
2321
python-version: ${{ matrix.python }}
24-
- name: Run build test target
25-
run: |
22+
- uses: astral-sh/setup-uv@v3.2.2
23+
- run: |
2624
make build-test
2725
2826
validate:

0 commit comments

Comments
 (0)