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