From 5798a1e85a4bb5d1824f9c48aacb1cdfb74a201d Mon Sep 17 00:00:00 2001 From: Caleb Herpin Date: Thu, 29 Jul 2021 23:02:46 -0500 Subject: [PATCH] added gcc dep --- .github/workflows/test_civet_32.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_civet_32.yml b/.github/workflows/test_civet_32.yml index 97beec72..8a038ade 100644 --- a/.github/workflows/test_civet_32.yml +++ b/.github/workflows/test_civet_32.yml @@ -18,7 +18,7 @@ jobs: - name: Add yum repo run: yum -y install epel-release.noarch && yum -y update - 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 run: | python3 --version