From ab166316322f2ff5d4dab7f259e89b75970d716c Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 16:04:30 -0500 Subject: [PATCH] fix(updater): i cant count+16 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 61b92f2..927610f 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,4 +14,4 @@ steps: - export PATH=/root/.local/bin:$PATH - pipenv install - cd updater - - pipenv run python main.py + - pipenv --python /usr/bin/python3.9 run python main.py