Skip to content

Commit

Permalink
revert temp CI changes
Browse files Browse the repository at this point in the history
Signed-off-by: Janek Nouvertné <[email protected]>
  • Loading branch information
provinzkraut committed Sep 17, 2023
1 parent 87929ae commit b888059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
run: pre-commit run --show-diff-on-failure --color=always --all-files

test:
if: github.event_name == 'push'
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
pydantic-version: ["1", "2"]
Expand Down

0 comments on commit b888059

Please sign in to comment.