Skip to content

Commit 7d99254

Browse files
committed
Install Python 3 in CentOS CI container
1 parent 1ac2dcf commit 7d99254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
- name: Install development tools
262262
run: |
263263
yum install -y epel-release centos-release-scl
264-
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync
264+
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python3
265265
266266
- name: Install nfpm and envsubst
267267
run: |

0 commit comments

Comments
 (0)