Skip to content

Commit

Permalink
fix execution of pytest, add the correct pre-commit action version
Browse files Browse the repository at this point in the history
  • Loading branch information
dakue-soda committed Jan 29, 2025
1 parent 0f57339 commit 21b0ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
pip install pytest
pip install -e soda-core
pip install -e soda-postgres
pip -m pytest
python -m pytest

0 comments on commit 21b0ff7

Please sign in to comment.