diff --git a/.github/workflows/build-with-clang.yml b/.github/workflows/build-with-clang.yml index ead3291..0b7c590 100644 --- a/.github/workflows/build-with-clang.yml +++ b/.github/workflows/build-with-clang.yml @@ -53,7 +53,7 @@ jobs: shell: bash -l {0} run: | pip install cython setuptools pytest pytest-cov - pip install numpy ${{ matrix.use_pre }} + pip install numpy<2 ${{ matrix.use_pre }} - name: List oneAPI folder content shell: bash -l {0}