Skip to content

Commit 24e6bcf

Browse files
authored
Update Python version in GitHub Actions workflow
1 parent 1f2c7c3 commit 24e6bcf

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
@@ -21,10 +21,10 @@ jobs:
2121

2222
- uses: actions/checkout@v6
2323

24-
- name: Setup Python 3.8 (v6 — bug expected)
24+
- name: Setup Python 3.11 (v6 — bug expected)
2525
uses: actions/setup-python@v6
2626
with:
27-
python-version: "3.8"
27+
python-version: "3.11"
2828

2929
- name: Upgrade pip (job 1 should succeed)
3030
run: python -m pip install --upgrade pip
@@ -50,10 +50,10 @@ jobs:
5050
- name: Show tool cache BEFORE setup (should contain 3.8.x from job 1)
5151
run: ls -la /__w/_tool/Python/
5252

53-
- name: Setup Python 3.8 (v6 — should hit job 1's cache)
53+
- name: Setup Python 3.11 (v6 — should hit job 1's cache)
5454
uses: actions/setup-python@v6
5555
with:
56-
python-version: "3.8"
56+
python-version: "3.11"
5757

5858
# 👇 THIS is the step where you should see THE issue's exact error
5959
- name: Upgrade pip (this is where #1087 manifests)

0 commit comments

Comments
 (0)