Skip to content

Commit

Permalink
ci: fix experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
thearchitector committed Nov 26, 2023
1 parent 767d140 commit f3da125
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 @@ -5,8 +5,9 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
experimental: [false]
Expand Down

0 comments on commit f3da125

Please sign in to comment.