From 228c84400a03465d6a4a2eff19d2aaf63975678f Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 15:49:01 -0500 Subject: [PATCH] fix(updater): 10th attempt to convert to drone --- .github/workflows/updater.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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