Skip to content

Commit 054b6d7

Browse files
committed
ci: fix incorrect (system) python is picked up by uv
1 parent df7a562 commit 054b6d7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ jobs:
3535
# python3.13: disabled until tensorflow supports
3636

3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v4
3939

4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v2
41+
uses: actions/setup-python@v5
42+
with:
43+
python-version: ${{ matrix.python-version }}
4244

4345
- name: Install uv
4446
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)