Skip to content

Commit 2eb9ee7

Browse files
committed
test
1 parent 848aba7 commit 2eb9ee7

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

.github/workflows/alpha-versions-2.yml

+22-21
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,27 @@ on:
77

88

99
jobs:
10-
# test-freethreaded:
11-
# runs-on: ${{ matrix.os }}
12-
# strategy:
13-
# fail-fast: false
14-
# matrix:
15-
# os: [windows-latest, macos-latest, macos-13, ubuntu-latest]
16-
# python-version:
17-
# - '3.14.0-alpha.1'
10+
test-freethreaded:
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
fail-fast: false
14+
matrix:
15+
os: [windows-latest, macos-latest, macos-13, ubuntu-latest]
16+
python-version:
17+
- '3.14.0t-alpha.4'
18+
- '3.14t-alpha'
1819

19-
# steps:
20-
# - uses: actions/checkout@v4
21-
# - name: Set up Python ${{ matrix.python-version }}
22-
# # uses: actions/setup-python@v5
23-
# uses: priyagupta108/setup-python@test-pr-973
24-
# with:
25-
# python-version: ${{ matrix.python-version }}
26-
# - name: Install dependencies
27-
# run: |
28-
# python -m pip install --upgrade pip
29-
# pip install -r requirements.txt
20+
steps:
21+
- uses: actions/checkout@v4
22+
- name: Set up Python ${{ matrix.python-version }}
23+
# uses: actions/setup-python@v5
24+
uses: priyagupta108/setup-python@test-pr-973
25+
with:
26+
python-version: ${{ matrix.python-version }}
27+
- name: Install dependencies
28+
run: |
29+
python -m pip install --upgrade pip
30+
pip install -r requirements.txt
3031
3132
test-freethreaded-true:
3233
runs-on: ${{ matrix.os }}
@@ -35,7 +36,7 @@ jobs:
3536
matrix:
3637
os: [ubuntu-latest]
3738
python-version:
38-
- '3.14.0t-alpha.4'
39+
- '3.14.0-alpha.4'
3940

4041
steps:
4142
- uses: actions/checkout@v4
@@ -44,7 +45,7 @@ jobs:
4445
uses: priyagupta108/setup-python@test-pr-973
4546
with:
4647
python-version: ${{ matrix.python-version }}
47-
# freethreaded: true
48+
freethreaded: true
4849
- name: Install dependencies
4950
run: |
5051
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)