We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b3593 commit 843ee28Copy full SHA for 843ee28
.github/workflows/periodic_benchmarks.yml
@@ -24,6 +24,10 @@ jobs:
24
uses: actions/setup-python@v4
25
with:
26
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
31
- name: Install python dependencies
32
run: |
33
python -m pip install --upgrade pip wheel setuptools virtualenv asv wget cmake casadi numpy "tox<4" build
0 commit comments