added gcc dep

This commit is contained in:
Caleb Herpin 2021-07-29 23:02:46 -05:00
parent 90be8146a5
commit 5798a1e85a

View File

@ -18,7 +18,7 @@ jobs:
- name: Add yum repo - name: Add yum repo
run: yum -y install epel-release.noarch && yum -y update run: yum -y install epel-release.noarch && yum -y update
- name: Install python dependencies - name: Install python dependencies
run: yum install -y python3-venv python3 python3-pip python3-dev python-dev run: yum install -y python3-venv python3 python3-pip python3-devel gcc
- name: Info - name: Info
run: | run: |
python3 --version python3 --version