From 21b0ff7d274512f019f5e778b7b95a9502b28798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20K=C3=BChne?= Date: Wed, 29 Jan 2025 12:28:34 +0100 Subject: [PATCH] fix execution of pytest, add the correct pre-commit action version --- .github/workflows/main.workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.workflow.yaml b/.github/workflows/main.workflow.yaml index 5bd75861a..f58c83a4d 100644 --- a/.github/workflows/main.workflow.yaml +++ b/.github/workflows/main.workflow.yaml @@ -21,7 +21,7 @@ jobs: with: python-version: "3.10" - name: Run pre-commit - uses: pre-commit/action@v3 + uses: pre-commit/action@v3.0.1 continue-on-error: true test: runs-on: ubuntu-24.04 @@ -54,4 +54,4 @@ jobs: pip install pytest pip install -e soda-core pip install -e soda-postgres - pip -m pytest + python -m pytest