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 3308df4 commit ff74d8eCopy full SHA for ff74d8e
.github/workflows/test-install-scripts.yml
@@ -216,8 +216,8 @@ jobs:
216
run: |
217
yum install --assumeyes git sudo
218
sudo dnf update -y
219
- sudo dnf search python3.11
220
- sudo dnf install python3.11 -y
+ sudo dnf search python3.12
+ sudo dnf install python3.12 -y
221
222
- name: Prepare Arch
223
if: ${{ matrix.distribution.type == 'arch' }}
@@ -245,7 +245,10 @@ jobs:
245
- name: Prepare Rocky
246
if: ${{ matrix.distribution.type == 'rocky' }}
247
248
- yum install --assumeyes git sudo python310
+ yum install --assumeyes git sudo
249
+ sudo dnf update -y
250
251
252
253
- name: Prepare Ubuntu
254
if: ${{ matrix.distribution.type == 'ubuntu' }}
0 commit comments