Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
edit(workflow): install gsl and openmpi on ubuntu
Browse files Browse the repository at this point in the history
HPDell committed Jul 21, 2024
1 parent 5f0e156 commit aaee490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -qq update
sudo apt-get -qq install libarmadillo-dev libopenblas-dev catch2
sudo apt-get -qq install libarmadillo-dev libopenblas-dev libgsl-dev libopenmpi-dev catch2
# Runs the test container to run test scripts
- name: CMake test
run: |

0 comments on commit aaee490

Please sign in to comment.