diff options
| author | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2023-04-10 11:40:10 -0700 |
|---|---|---|
| committer | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2023-04-10 11:40:10 -0700 |
| commit | f0a477a0282488dd7b6e06c3d25aef27636e0f27 (patch) | |
| tree | d9740331184d2413b50c759823c77c8b7deaace3 /.github/workflows | |
| parent | e29a9a3453d2d944bcba9787c4c5d87223976fc8 (diff) | |
| download | numpy-f0a477a0282488dd7b6e06c3d25aef27636e0f27.tar.gz | |
CI: disable intel_spr_sde_test for now
Diffstat (limited to '.github/workflows')
| -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: |
