diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index b8c8581..f5cdd8a 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -8,7 +8,7 @@ steps: entrypoint: [ "/bin/bash" ] commands: - apt update - - apt install -y curl python3.9 python3-pip python3.9-dev python3-setuptools python3-wheel pipx + - apt install -y --no-install-recommends pipx python3.8-venv - pipx install pipenv - pipenv install - cd updater