Skip to content

Commit ef46e24

Browse files
Adjusted path to Python exec
1 parent ed49365 commit ef46e24

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/common-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
export F90=$FC
9292
export MATLAB_ROOT=${{ steps.setup-matlab.outputs.matlabroot }}
9393
export PYTHON_ROOT=${{ env.pythonLocation }}
94-
export NUMPY_ROOT=${{ env.LD_LIBRARY_PATH }}/python${{ inputs.python_version }}/site-packages/numpy
9594
${{ inputs.build_command }}
9695
9796
- name: Compile ISSM

.github/workflows/ubuntu-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
--enable-development \
4949
--enable-debugging \
5050
--with-numthreads=4 \
51-
--with-python-dir=$PYTHON_ROOT \
51+
--with-python=${PYTHON_ROOT}/bin/python3 \
5252
--with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
5353
--with-mpi-include="${ISSM_DIR}/externalpackages/petsc/install/include" \
5454
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \

0 commit comments

Comments
 (0)