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