Skip to content

Commit 55235f1

Browse files
seperate jobs
1 parent 57535c7 commit 55235f1

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

.github/workflows/test-1241.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,23 @@ jobs:
2222
run: |
2323
mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
2424
mkdir -p "${{ runner.tool_cache }}"
25-
- name: Setup Python 3.14.2 and 3.14.2t
25+
# - name: Setup Python 3.14.2 and 3.14.2t
26+
# uses: actions/setup-python@v6
27+
# # uses: priya-kinthali/setup-python@test-1079
28+
# with:
29+
# python-version: |
30+
# 3.14.2
31+
# 3.14.2t
32+
# architecture: x86
33+
- name: Setup Python 3.14.2
2634
uses: actions/setup-python@v6
27-
# uses: priya-kinthali/setup-python@test-1079
2835
with:
29-
python-version: |
30-
3.14.2
31-
3.14.2t
32-
architecture: x86
36+
python-version: 3.14.2
37+
38+
- name: Setup Python 3.14.2t
39+
uses: actions/setup-python@v6
40+
with:
41+
python-version: 3.14.2t
3342
- name: Verify Python installation
3443
shell: bash
3544
run: |

0 commit comments

Comments
 (0)