Skip to content

Commit 7472eaf

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

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
@@ -350,6 +350,11 @@ jobs:
350350
with:
351351
node-version: "16"
352352

353+
- name: Install Python 3
354+
uses: actions/setup-python@v3
355+
with:
356+
python-version: "3.x"
357+
353358
- name: Install nfpm
354359
run: |
355360
curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh -s -- -b ~/.local/bin v2.3.1

0 commit comments

Comments
 (0)