Skip to content

Commit 7c3daab

Browse files
committed
Revert "Try with setup-python action"
This reverts commit 2349a41.
1 parent 2349a41 commit 7c3daab

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-
- uses: astral-sh/setup-uv@v3
23-
- uses: actions/setup-python@v5
24-
with:
25-
python-version: ${{ matrix.python-version }}
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 }}
2626
- name: Install libsndfile
2727
if: startsWith(matrix.os, 'ubuntu')
2828
run: |

0 commit comments

Comments
 (0)