We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcb987 commit 3308df4Copy full SHA for 3308df4
.github/workflows/test-install-scripts.yml
@@ -215,10 +215,9 @@ jobs:
215
if: ${{ matrix.distribution.type == 'amazon' }}
216
run: |
217
yum install --assumeyes git sudo
218
- # Search for Python 3.10 package
219
- sudo dnf search python3.10
220
- # Install Python 3.10
221
- sudo dnf install python3.10 -y
+ sudo dnf update -y
+ sudo dnf search python3.11
+ sudo dnf install python3.11 -y
222
223
- name: Prepare Arch
224
if: ${{ matrix.distribution.type == 'arch' }}
0 commit comments