diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 77c119b..f730b22 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -23,8 +23,8 @@ jobs: - name: Install Poetry run: | - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - - source $HOME/.poetry/env + curl -sSL https://install.python-poetry.org | python3 - + source $HOME/.poetry/env - name: Install project dependencies run: poetry install