Skip to content

Commit 1336bd4

Browse files
authored
Install python along with git on Fedora
1 parent 0863792 commit 1336bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
- name: Prepare Fedora
238238
if: ${{ matrix.distribution.type == 'fedora' }}
239239
run: |
240-
yum install --assumeyes git
240+
yum install --assumeyes git python
241241
242242
- name: Prepare Rocky
243243
if: ${{ matrix.distribution.type == 'rocky' }}

0 commit comments

Comments
 (0)