We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea32bf commit 7cd3743Copy full SHA for 7cd3743
1 file changed
.github/workflows/test.yaml
@@ -15,14 +15,12 @@ jobs:
15
python:
16
- "3.10"
17
steps:
18
- - name: Check out code
19
- uses: actions/checkout@v4
20
- - name: Setup Python
21
- uses: actions/setup-python@v5
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
22
with:
23
python-version: ${{ matrix.python }}
24
- - name: Run build test target
25
- run: |
+ - uses: astral-sh/setup-uv@v3.2.2
+ - run: |
26
make build-test
27
28
validate:
0 commit comments