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