Skip to content

Commit 843ee28

Browse files
committed
Install Linux deps
1 parent 45b3593 commit 843ee28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/periodic_benchmarks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
uses: actions/setup-python@v4
2525
with:
2626
python-version: 3.8
27+
- name: Install Linux system dependencies
28+
run: |
29+
sudo apt-get update
30+
sudo apt install gfortran gcc libopenblas-dev
2731
- name: Install python dependencies
2832
run: |
2933
python -m pip install --upgrade pip wheel setuptools virtualenv asv wget cmake casadi numpy "tox<4" build

0 commit comments

Comments
 (0)