From aac1e22d15ad32e2b6f42efced09a84a38ae611b Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Sat, 25 May 2024 14:35:21 -0500 Subject: [PATCH] Corrected type in YAML --- .github/workflows/build-with-clang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-with-clang.yml b/.github/workflows/build-with-clang.yml index 86d4997..ead3291 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 ${{ use_pre }} + pip install numpy ${{ matrix.use_pre }} - name: List oneAPI folder content shell: bash -l {0}