From b01e07783a483ead02b4646e1481f261624b0278 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 16:20:29 -0500 Subject: [PATCH] fix(updater): i cant count+790 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 bbaa122..f66173f 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,5 +14,5 @@ steps: - export PATH=/root/.local/bin:$PATH - pipenv install - cd updater - - pip install requests + - pipenv --python /usr/bin/python3.9 run pip install requests_cache - pipenv --python /usr/bin/python3.9 run python main.py