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 2f196f6
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 @@ -32,7 +32,7 @@ jobs:

test:
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
pydantic-version: ["1", "2"]
Expand All @@ -44,6 +44,7 @@ jobs:
python-version: ${{ matrix.python-version }}

test-platform-compat:
if: github.event_name == 'push'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2f196f6

Please sign in to comment.