From 988b6469ba77623eb3f4a2b3d339b53c7dd3fa25 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 16:09:19 -0500 Subject: [PATCH] fix(updater): i cant count+78 attempt to convert to drone --- .github/workflows/updater.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index a99ec01..840f211 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,4 +14,5 @@ steps: - export PATH=/root/.local/bin:$PATH - pipenv install - cd updater + - pip install requests - pipenv --python /usr/bin/python3.9 run python main.py