diff --git a/.github/workflows/package-updates.yml b/.github/workflows/package-updates.yml index 58573b53..5f4c6d30 100644 --- a/.github/workflows/package-updates.yml +++ b/.github/workflows/package-updates.yml @@ -27,6 +27,9 @@ jobs: git config --global user.name "MedzikUserBot" git config --global user.email "rm99iv9s@duck.com" + - name: Install python + run: pacman -Syu --noconfirm python python-setuptools + - name: Auto Update run: ./scripts/auto-update.sh env: