From 22f181d6ac43621d1ef705e76b20f8b2080d6fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Sat, 26 Apr 2025 03:05:38 +0300 Subject: [PATCH] update workflow --- .github/workflows/test_pip.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_pip.yml b/.github/workflows/test_pip.yml index 9f76dd1..d56e523 100644 --- a/.github/workflows/test_pip.yml +++ b/.github/workflows/test_pip.yml @@ -10,6 +10,8 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ['3.12'] + fail-fast: false + continue-on-error: true runs-on: ${{ matrix.os }} steps: - name: Set up Python