Skip to content

Commit

Permalink
strategy: fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 13, 2024
1 parent d3f4968 commit 91cac65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Python package

on: [push]
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]

Expand Down

0 comments on commit 91cac65

Please sign in to comment.