Skip to content

Commit f91b228

Browse files
committed
Install python 3 in CentOS CI container
1 parent 1ac2dcf commit f91b228

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ jobs:
258258
with:
259259
node-version: "16"
260260

261+
- name: Install Python 3
262+
uses: actions/setup-python@v3
263+
with:
264+
python-version: "3.x"
265+
261266
- name: Install development tools
262267
run: |
263268
yum install -y epel-release centos-release-scl

0 commit comments

Comments
 (0)