Skip to content

Commit 966b138

Browse files
authored
Change Python version from 3.12 to 3.11 in workflow
1 parent abb7bbf commit 966b138

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/testing1087.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
run: sudo chown -R $(whoami) /github/home
2424

2525

26-
- name: Setup Python 3.12
26+
- name: Setup Python 3.11
2727
# uses: gowridurgad/setup-python@testing-1087
2828
uses: actions/setup-python@v6
2929
with:
30-
python-version: "3.12"
30+
python-version: "3.11"
3131
- name: Upgrade pip
3232
run: |
3333
python -m pip install --upgrade pip
@@ -56,11 +56,11 @@ jobs:
5656
run: sudo chown -R $(whoami) /github/home
5757

5858

59-
- name: Setup Python 3.12
59+
- name: Setup Python 3.11
6060
# uses: gowridurgad/setup-python@testing-1087
6161
uses: actions/setup-python@v6
6262
with:
63-
python-version: "3.12"
63+
python-version: "3.11"
6464

6565
- name: Upgrade pip
6666
run: |

0 commit comments

Comments
 (0)