Skip to content

Commit 193b610

Browse files
Update python-app.yml
1 parent f25b51d commit 193b610

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/python-app.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
strategy:
9+
fail-fast: false
910
matrix:
1011
python-version: ['3.13', '3.13t']
1112
steps:
1213
- name: Checkout repository
1314
uses: actions/checkout@v4
1415

15-
# - name: Set up Python ${{ matrix.python-version }}
16-
# # uses: actions/setup-python@v4
17-
# # uses: priya-kinthali/setup-python@freethread-pr-319
18-
# uses: as
19-
# with:
20-
# python-version: ${{ matrix.python-version }}
16+
- name: Set up Python ${{ matrix.python-version }}
17+
# uses: actions/setup-python@v4
18+
uses: priyagupta108/setup-python@test-pr-973
19+
with:
20+
python-version: ${{ matrix.python-version }}
2121

22-
- name: Install uv
23-
uses: astral-sh/setup-uv@v5
22+
# - name: Install uv
23+
# uses: astral-sh/setup-uv@v5
2424

2525

2626

0 commit comments

Comments
 (0)