]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
removed unused pip pkgs from gh-actions-setup. removed azure apt reference
authorAlexis Romero <alexis.romero@open-xchange.com>
Wed, 15 Nov 2023 10:04:28 +0000 (11:04 +0100)
committerromeroalx <alexis.romero@open-xchange.com>
Tue, 6 May 2025 23:58:50 +0000 (01:58 +0200)
build-scripts/gh-actions-setup-inv

index b042062fedc449598649e780b3e45042e88c8671..6399ba5eda2402b1fb08aaa8a5287955ecc5e526 100755 (executable)
@@ -9,6 +9,5 @@ sudo apt-get update
 # FIXME: Avoid GRUB related errors due to runner image configuration by removing it.
 sudo dpkg --purge --force-all grub-efi-amd64-signed && sudo dpkg --purge --force-all shim-signed
 sudo apt-get autoremove
-sudo apt-get -qq -y dist-upgrade
-sudo apt-get -qq -y --no-install-recommends install python3-pip
-sudo pip3 install git+https://github.com/pyinvoke/invoke@faa5728a6f76199a3da1750ed952e7efee17c1da
+sudo apt-get -qq -y --allow-downgrades dist-upgrade
+sudo apt-get -qq -y --no-install-recommends install python3-pip python3-invoke