Commit 1b8b43e 1 parent e5889f8 commit 1b8b43e Copy full SHA for 1b8b43e
File tree 3 files changed +25
-0
lines changed
3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 21
21
uses : priyagupta108/setup-python@test-pr-973
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
+ freethreaded : true
24
25
- name : Install dependencies
25
26
run : |
26
27
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 23
23
uses : priyagupta108/setup-python@test-pr-973
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
+ freethreaded : true
26
27
- name : Install dependencies
27
28
run : |
28
29
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 6
6
- python-freethreaded-test
7
7
8
8
jobs :
9
+ test-with-t :
10
+ runs-on : ${{ matrix.os }}
11
+ strategy :
12
+ fail-fast : false
13
+ matrix :
14
+ os : [ubuntu-latest]
15
+ python-version :
16
+ - ' 3.xt'
17
+ steps :
18
+ - uses : actions/checkout@v4
19
+ - name : Set up Python ${{ matrix.python-version }}
20
+ # uses: actions/setup-python@v5
21
+ uses : priyagupta108/setup-python@test-pr-973
22
+ with :
23
+ python-version : ${{ matrix.python-version }}
24
+ check-latest : true
25
+ freethreaded : true
26
+ - name : Install dependencies
27
+ run : |
28
+ python -m pip install --upgrade pip
29
+ pip install -r requirements.txt
30
+
31
+
9
32
test-freethreaded-true :
10
33
runs-on : ${{ matrix.os }}
11
34
strategy :
You can’t perform that action at this time.
0 commit comments