Commit 193b610 1 parent f25b51d commit 193b610 Copy full SHA for 193b610
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
test :
7
7
runs-on : ubuntu-latest
8
8
strategy :
9
+ fail-fast : false
9
10
matrix :
10
11
python-version : ['3.13', '3.13t']
11
12
steps :
12
13
- name : Checkout repository
13
14
uses : actions/checkout@v4
14
15
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 }}
21
21
22
- - name : Install uv
23
- uses : astral-sh/setup-uv@v5
22
+ # - name: Install uv
23
+ # uses: astral-sh/setup-uv@v5
24
24
25
25
26
26
You can’t perform that action at this time.
0 commit comments