diff --git a/.github/workflows/python-lint.yaml b/.github/workflows/python-lint.yaml index ca0e813bfc6..1ac94251ffe 100644 --- a/.github/workflows/python-lint.yaml +++ b/.github/workflows/python-lint.yaml @@ -27,10 +27,10 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Activate Python - uses: actions/setup-python@v1 - with: - python-version: '3.8' - architecture: 'x64' + uses: actions/setup-python@v1 + with: + python-version: "3.8" + architecture: "x64" - name: Install Poetry run: pip install poetry