Skip to content

Commit

Permalink
Install OpenMP for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jun 26, 2024
1 parent b07a4e9 commit aa0c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt install ocl-icd-opencl-dev opencl-headers ninja-build
sudo apt install ocl-icd-opencl-dev opencl-headers ninja-build libomp-dev
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install wheel pytest pytest-cov pytest-mock --upgrade
Expand Down

0 comments on commit aa0c640

Please sign in to comment.