From e5ea9cfffde80b12ac5e37b297ceac4810bab2e5 Mon Sep 17 00:00:00 2001 From: Dan Christensen Date: Tue, 30 Jul 2024 19:48:16 -0400 Subject: [PATCH] ci: install python3-venv --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25fc56ac472..f447f0e6d9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,7 +202,7 @@ jobs: custom_script: | opam install -y coq-serapi sudo apt-get -o Acquire::Retries=30 update -q - sudo apt-get -o Acquire::Retries=30 install python3-pip autoconf -y --allow-unauthenticated + sudo apt-get -o Acquire::Retries=30 install python3-pip python3-venv autoconf -y --allow-unauthenticated startGroup "Workaround permission issue" # https://github.com/coq-community/docker-coq-action#permissions sudo chown -R coq:coq . endGroup