Skip to content

Commit ed49365

Browse files
Adding NUMPY_ROOT env var back in
1 parent 515524e commit ed49365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
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 $(python -c "import numpy; import sys; sys.stdout.write(numpy.get_include())")
8584
8685
- name: Build ISSM
8786
run: |
@@ -92,6 +91,7 @@ jobs:
9291
export F90=$FC
9392
export MATLAB_ROOT=${{ steps.setup-matlab.outputs.matlabroot }}
9493
export PYTHON_ROOT=${{ env.pythonLocation }}
94+
export NUMPY_ROOT=${{ env.LD_LIBRARY_PATH }}/python${{ inputs.python_version }}/site-packages/numpy
9595
${{ inputs.build_command }}
9696
9797
- name: Compile ISSM

0 commit comments

Comments
 (0)