diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 0480091..ca0acff 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -24,6 +24,7 @@ jobs: matrix: platform: [ubuntu-latest, windows-latest, macos-latest] python-version: ['3.8', '3.9', '3.10'] + fail-fast: false steps: - uses: actions/checkout@v3