From 323bff2a252c57c2f274e756ee107f2c26126699 Mon Sep 17 00:00:00 2001 From: Steve Holden Date: Thu, 19 Dec 2024 14:04:16 +0000 Subject: [PATCH] Attempt to rectify YAML fault. I really dislike YAML. --- .github/workflows/lint.yaml | 1 - 1 file changed, 1 deletion(-) 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 }}