Skip to content

Commit

Permalink
Corrected type in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed May 25, 2024
1 parent 1cb98d6 commit aac1e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit aac1e22

Please sign in to comment.