diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 98ecdb7..7d1af2d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -18,7 +18,6 @@ jobs: python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}