Skip to content

Commit

Permalink
Update gsl install libs: libgsl27 libgslcblas0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Jan 14, 2025
1 parent 6b9908d commit c1b3ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation # @test_nest
pip install scipy sympy matplotlib cython pandas tables
sudo apt-get install libgsl0ldbl # install GSL for ubuntu 24.04
sudo apt-get install libgsl27 libgslcblas0 # install GSL for ubuntu 24.04
- name: Run OMV tests on engine ${{ matrix.engine }}
run: |
Expand Down

0 comments on commit c1b3ae9

Please sign in to comment.