File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8181 python -m pip install --upgrade pip
8282 sudo apt install -y python3-tk
8383 python -m pip install numpy scipy matplotlib nose
84- echo $(find /usr -name arrayobject.h)
85- echo $(find /opt -name arrayobject.h)
84+ echo $(python -c "import numpy; import sys; sys.stdout.write(numpy.get_include())")
8685
8786 - name : Build ISSM
8887 run : |
Original file line number Diff line number Diff line change 11# Ice-sheet and Sea-level System Model - ISSM
22[ ![ License] ( https://img.shields.io/badge/License-BSD_3--Clause-blue.svg )] ( https://opensource.org/licenses/BSD-3-Clause )
33[ ![ Ubuntu Basic] ( https://github.com/ISSMteam/ISSM/actions/workflows/ubuntu-basic.yml/badge.svg )] ( https://github.com/ISSMteam/ISSM/actions/workflows/ubuntu-basic.yml )
4- [ ![ Ubuntu CodiPack] ( https://github.com/ISSMteam/ISSM/actions/workflows/ubuntu-codipack.yml/badge.svg )] ( https://github.com/ISSMteam/ISSM/actions/workflows/ubuntu-codipack.yml )
54[ ![ Ubuntu Python] ( https://github.com/ISSMteam/ISSM/actions/workflows/ubuntu-python.yml/badge.svg )] ( https://github.com/ISSMteam/ISSM/actions/workflows/ubuntu-python.yml )
5+ [ ![ Ubuntu CodiPack] ( https://github.com/ISSMteam/ISSM/actions/workflows/ubuntu-codipack.yml/badge.svg )] ( https://github.com/ISSMteam/ISSM/actions/workflows/ubuntu-codipack.yml )
66
77## Description
88ISSM is a large-scale thermo-mechanical 2D/3D parallelized multi-purpose finite-element software dedicated to ice sheet and sea-level modeling.
You can’t perform that action at this time.
0 commit comments