We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6785d87 commit 337f8ceCopy full SHA for 337f8ce
.github/workflows/python-app.yml
@@ -14,9 +14,12 @@ jobs:
14
15
- name: Set up Python ${{ matrix.python-version }}
16
# uses: actions/setup-python@v4
17
- uses: priya-kinthali/setup-python@freethread-pr-319
+ # uses: priya-kinthali/setup-python@freethread-pr-319
18
+ - uses: astral-sh/setup-uv@5
19
with:
- python-version: ${{ matrix.python-version }}
20
+ python-version: ${{ matrix.python-version }}
21
+
22
23
24
- name: Install dependencies
25
run: |
0 commit comments