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