We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb7bbf commit 966b138Copy full SHA for 966b138
1 file changed
.github/workflows/testing1087.yml
@@ -23,11 +23,11 @@ jobs:
23
run: sudo chown -R $(whoami) /github/home
24
25
26
- - name: Setup Python 3.12
+ - name: Setup Python 3.11
27
# uses: gowridurgad/setup-python@testing-1087
28
uses: actions/setup-python@v6
29
with:
30
- python-version: "3.12"
+ python-version: "3.11"
31
- name: Upgrade pip
32
run: |
33
python -m pip install --upgrade pip
@@ -56,11 +56,11 @@ jobs:
56
57
58
59
60
61
62
63
64
65
66
0 commit comments