From 01966c1e3308b5f145e4294c8b4b8a00d24d42db Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 16:06:07 -0500 Subject: [PATCH] fix(updater): i cant count+17 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 927610f..a99ec01 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-venv + - apt install -y --no-install-recommends pipx python3-venv python3.9 - pipx install pipenv - pipx ensurepath - export PATH=/root/.local/bin:$PATH