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 515524e commit ed49365Copy full SHA for ed49365
.github/workflows/common-workflow.yml
@@ -81,7 +81,6 @@ jobs:
81
python -m pip install --upgrade pip
82
sudo apt install -y python3-tk
83
python -m pip install numpy scipy matplotlib nose
84
- echo $(python -c "import numpy; import sys; sys.stdout.write(numpy.get_include())")
85
86
- name: Build ISSM
87
run: |
@@ -92,6 +91,7 @@ jobs:
92
91
export F90=$FC
93
export MATLAB_ROOT=${{ steps.setup-matlab.outputs.matlabroot }}
94
export PYTHON_ROOT=${{ env.pythonLocation }}
+ export NUMPY_ROOT=${{ env.LD_LIBRARY_PATH }}/python${{ inputs.python_version }}/site-packages/numpy
95
${{ inputs.build_command }}
96
97
- name: Compile ISSM
0 commit comments