From f339cbc227a2087a0e8ac5284b2baa0f535f74cc Mon Sep 17 00:00:00 2001 From: Ryan J Field <57794045+RyanJField@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:36:51 +0000 Subject: [PATCH] Update pyDataPipeline.yaml --- .github/workflows/pyDataPipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pyDataPipeline.yaml b/.github/workflows/pyDataPipeline.yaml index ecaff03..fa7b72e 100644 --- a/.github/workflows/pyDataPipeline.yaml +++ b/.github/workflows/pyDataPipeline.yaml @@ -5,6 +5,7 @@ jobs: name: Test ${{ matrix.os }} (Python ${{ matrix.python }}) runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [windows-latest,ubuntu-latest,macos-latest] python: ["3.9", "3.10", "3.x"]