diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2023-04-10 15:52:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-10 15:52:26 -0400 |
| commit | 93a97649aa0aefc0ee8ee5fc7cb78063bfe67255 (patch) | |
| tree | cda77a176f55b18c8cef7f7f48fa2c3379d58557 | |
| parent | 160443f4d8c466fb657b5fee5b926a7cf0fa7ef1 (diff) | |
| parent | f0a477a0282488dd7b6e06c3d25aef27636e0f27 (diff) | |
| download | numpy-93a97649aa0aefc0ee8ee5fc7cb78063bfe67255.tar.gz | |
Merge pull request #23566 from r-devulap/ci
CI: disable intel_spr_sde_test for now
| -rw-r--r-- | .github/workflows/build_test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index d43786250..d6575204f 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -429,6 +429,7 @@ jobs: run: sde -icl -- python runtests.py -n -v -- -k test_simd intel_spr_sde_test: + if: ${{ false }} # disable for now needs: [smoke_test] runs-on: ubuntu-latest steps: |
