Skip to content

Commit 3308df4

Browse files
committed
Experiment a little bit
1 parent abcb987 commit 3308df4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test-install-scripts.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,9 @@ jobs:
215215
if: ${{ matrix.distribution.type == 'amazon' }}
216216
run: |
217217
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
218+
sudo dnf update -y
219+
sudo dnf search python3.11
220+
sudo dnf install python3.11 -y
222221
223222
- name: Prepare Arch
224223
if: ${{ matrix.distribution.type == 'arch' }}

0 commit comments

Comments
 (0)