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