From a574548688df0f9058496c81b428a1c8f6840331 Mon Sep 17 00:00:00 2001 From: Vamsi Date: Wed, 18 Dec 2024 14:40:21 +0100 Subject: [PATCH] bug fix in linting workflow --- .github/workflows/format_and_lint.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/format_and_lint.yml b/.github/workflows/format_and_lint.yml index 0ec8e91..dce8a30 100644 --- a/.github/workflows/format_and_lint.yml +++ b/.github/workflows/format_and_lint.yml @@ -9,10 +9,6 @@ on: jobs: setup-build-lint: runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - python-version: ["3.10", "3.12", "3.13"] steps: - name: Checkout code uses: actions/checkout@v4 @@ -27,7 +23,7 @@ jobs: restore-keys: | pre-commit-${{ runner.os }}- - name: Run pre-commit checks - working-directory: ws + working-directory: ${{ github.workspace }} run: | pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks