Skip to content

Commit

Permalink
add cython
Browse files Browse the repository at this point in the history
  • Loading branch information
piskunow committed Nov 23, 2023
1 parent c9f948b commit 3a4a5d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ jobs:
pip install --constraint=.github/workflows/constraints.txt pip
pip --version
# sudo apt-get install -y python3-dev python3-setuptools python3-scipy python3-matplotlib python3-pytest python3-sympy g++ gfortran libmumps-scotch-dev
# sudo apt-get install -y python3-dev python3-setuptools python3-scipy python3-matplotlib python3-pytest python3-sympy
# g++ gfortran libmumps-scotch-dev
- name: Install System Dependencies (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y build-essential gfortran libopenblas-dev liblapack-dev libmumps-scotch-dev
sudo apt-get install -y cython g++ build-essential gfortran libopenblas-dev liblapack-dev libmumps-scotch-dev
- name: Install Python dependencies (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 3a4a5d3

Please sign in to comment.