File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments