From 4438b51881ee50cc5519c69739eb6b81d68a6184 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 9 Aug 2025 00:47:26 -0400 Subject: [PATCH] Expand python packages explicitly installed --- .github/actions/build-dependencies/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-dependencies/action.yml b/.github/actions/build-dependencies/action.yml index fc74e26e..08050e23 100644 --- a/.github/actions/build-dependencies/action.yml +++ b/.github/actions/build-dependencies/action.yml @@ -10,7 +10,7 @@ runs: sudo apt remove -y "*powershell*" "*nuget*" "*bazel*" "*ansible*" "*terraform*" "*heroku*" "*aws*" azure-cli sudo apt remove -y "*nodejs*" "*npm*" "*yarn*" "*java*" "*kotlin*" "*golang*" "*swift*" "*julia*" "*fortran*" "*android*" sudo apt remove -y "*apache2*" "*nginx*" "*firefox*" "*chromium*" "*chrome*" "*edge*" - sudo apt update -y && sudo apt upgrade -y && sudo apt install --fix-missing -y python3 + sudo apt update -y && sudo apt upgrade -y && sudo apt install --fix-missing -y python3 python3.12 libpython3-stdlib sudo apt remove -y "*qemu*" "*sql*" "*texinfo*" "*imagemagick*" sudo apt autoremove -y sudo apt clean