Skip to content

Commit

Permalink
DEBUG: run intel compilers job on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Oct 18, 2024
1 parent d5ce2f8 commit d1fb71c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux_simd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ name: Linux SIMD tests
# Executes only the SIMD tests for various AVX512 SIMD extensions under the Intel Software Development Emulator (SDE).
#
on:
push:
branches:
- bld-svml-objects
pull_request:
branches:
- main
Expand Down Expand Up @@ -250,7 +253,6 @@ jobs:
$NUMPY_SITE/numpy/linalg/tests/test_*
intel_compiler:
needs: [baseline_only]
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit d1fb71c

Please sign in to comment.