From 1878b079b5ce6d28158ca3deb2443662e80228df Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 15:58:44 -0500 Subject: [PATCH] fix(updater): i cant count+2 attempt to convert to drone --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index f5285a0..5454803 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 --no-install-recommends pipx python3.8-venv + - apt install -y --no-install-recommends pipx python3.9-venv - pipx install pipenv - pipx ensurepath - export PATH=/root/.local/bin:$PATH