Skip to content

Commit 2349a41

Browse files
committed
Try with setup-python action
1 parent b2ffd51 commit 2349a41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020
steps:
2121
- uses: actions/checkout@v4
22-
- name: Setup uv
23-
uses: astral-sh/setup-uv@v3
24-
- name: Install Python ${{ matrix.python-version }}
25-
run: uv python install ${{ matrix.python-version }}
22+
- uses: astral-sh/setup-uv@v3
23+
- uses: actions/setup-python@v5
24+
with:
25+
python-version: ${{ matrix.python-version }}
2626
- name: Install libsndfile
2727
if: startsWith(matrix.os, 'ubuntu')
2828
run: |

0 commit comments

Comments
 (0)