From 49faca9813cead701bd0c96c3e3d3809d0a2cce0 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 30 Jul 2024 06:23:56 -0700 Subject: [PATCH] use python-is-python3 (#1938) --- etc/ci/github-actions-docker-make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/github-actions-docker-make.sh b/etc/ci/github-actions-docker-make.sh index 92b41e9b6c..dcd7659cc1 100755 --- a/etc/ci/github-actions-docker-make.sh +++ b/etc/ci/github-actions-docker-make.sh @@ -14,7 +14,7 @@ sudo chmod -R a=u . git config --global --add safe.directory "*" echo '::group::install general dependencies' sudo apt-get update -y -sudo apt-get install -y python python3 bsdmainutils ${EXTRA_PACKAGES} +sudo apt-get install -y python-is-python3 python3 bsdmainutils ${EXTRA_PACKAGES} eval $(opam env) echo '::endgroup::' echo '::remove-matcher owner=coq-problem-matcher::'