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' }}