diff --git a/.github/workflows/import-check.yaml b/.github/workflows/import-check.yaml index 16c73b465af..6ba8ccbba9f 100644 --- a/.github/workflows/import-check.yaml +++ b/.github/workflows/import-check.yaml @@ -6,6 +6,7 @@ on: jobs: # Check we don't make the situation with circular imports worse import-check: + continue-on-error: true runs-on: ubuntu-latest steps: - uses: julia-actions/setup-julia@v2