Skip to content

Commit

Permalink
Disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jun 18, 2024
1 parent 38e78ea commit 5d62356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: push
jobs:
python:
strategy:
fail-fast: false
matrix:
version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.6", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10", "graalpy-23.1", "graalpy-24.0"]
os: [ubuntu-latest, windows-latest, macos-13]
Expand Down

0 comments on commit 5d62356

Please sign in to comment.