Skip to content

Commit ff74d8e

Browse files
committed
Okay now try for rocky linux and use 3.12 instead
1 parent 3308df4 commit ff74d8e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ jobs:
216216
run: |
217217
yum install --assumeyes git sudo
218218
sudo dnf update -y
219-
sudo dnf search python3.11
220-
sudo dnf install python3.11 -y
219+
sudo dnf search python3.12
220+
sudo dnf install python3.12 -y
221221
222222
- name: Prepare Arch
223223
if: ${{ matrix.distribution.type == 'arch' }}
@@ -245,7 +245,10 @@ jobs:
245245
- name: Prepare Rocky
246246
if: ${{ matrix.distribution.type == 'rocky' }}
247247
run: |
248-
yum install --assumeyes git sudo python310
248+
yum install --assumeyes git sudo
249+
sudo dnf update -y
250+
sudo dnf search python3.12
251+
sudo dnf install python3.12 -y
249252
250253
- name: Prepare Ubuntu
251254
if: ${{ matrix.distribution.type == 'ubuntu' }}

0 commit comments

Comments
 (0)