Skip to content

Commit 055b110

Browse files
committed
revert Python version change
1 parent 46f262f commit 055b110

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/_build_test_upload.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
submodules: recursive
7575
- name: Setup Python ${{ matrix.python-version }} for Windows
7676
if: ${{ startsWith( matrix.os, 'windows' ) }}
77-
uses: actions/setup-python@v5
77+
uses: actions/setup-python@v4
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080
- name: Add temp runner environment variables
@@ -216,7 +216,7 @@ jobs:
216216
runs-on: ubuntu-latest
217217
steps:
218218
- name: Setup Python 3.9
219-
uses: actions/setup-python@v5
219+
uses: actions/setup-python@v4
220220
with:
221221
python-version: 3.9
222222
- name: Checkout

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Setup Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v4
1717
with:
1818
python-version: "3.9"
1919
- name: Check out source repository
@@ -43,7 +43,7 @@ jobs:
4343
echo "value=$PT_CHANNEL" >> $GITHUB_OUTPUT
4444
id: pytorch_channel
4545
- name: Setup Python environment
46-
uses: actions/setup-python@v5
46+
uses: actions/setup-python@v4
4747
with:
4848
python-version: 3.9
4949
- name: Check out source repository
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: Setup Python
82-
uses: actions/setup-python@v5
82+
uses: actions/setup-python@v4
8383
with:
8484
python-version: "3.9"
8585
- name: Check out source repository

0 commit comments

Comments
 (0)