Skip to content

Commit 337f8ce

Browse files
Update python-app.yml
1 parent 6785d87 commit 337f8ce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/python-app.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ jobs:
1414

1515
- name: Set up Python ${{ matrix.python-version }}
1616
# uses: actions/setup-python@v4
17-
uses: priya-kinthali/setup-python@freethread-pr-319
17+
# uses: priya-kinthali/setup-python@freethread-pr-319
18+
- uses: astral-sh/setup-uv@5
1819
with:
19-
python-version: ${{ matrix.python-version }}
20+
python-version: ${{ matrix.python-version }}
21+
22+
2023

2124
- name: Install dependencies
2225
run: |

0 commit comments

Comments
 (0)