Skip to content

Commit abcb987

Browse files
committed
Install scripts issues
1 parent 1b4ead5 commit abcb987

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ 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
218222
219223
- name: Prepare Arch
220224
if: ${{ matrix.distribution.type == 'arch' }}
@@ -242,7 +246,7 @@ jobs:
242246
- name: Prepare Rocky
243247
if: ${{ matrix.distribution.type == 'rocky' }}
244248
run: |
245-
yum install --assumeyes git sudo python39
249+
yum install --assumeyes git sudo python310
246250
247251
- name: Prepare Ubuntu
248252
if: ${{ matrix.distribution.type == 'ubuntu' }}

0 commit comments

Comments
 (0)