From 5d4be2d4bd84af9382ff7b5f415ffeece8f8a06f Mon Sep 17 00:00:00 2001 From: nojaf Date: Wed, 11 Dec 2024 15:37:26 +0100 Subject: [PATCH] Remove workaround so build fails --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c31a41a..fa26885 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,5 +65,3 @@ jobs: - name: Run integration tests run: mage test:python if: ${{ !(matrix.python == '3.12' && matrix.runner == 'windows-latest') }} - # Temporary workaround for failing tests - continue-on-error: ${{ matrix.runner == 'macos-latest' }}