Skip to content

Commit

Permalink
CHG: Pull in Python version to NumPy path
Browse files Browse the repository at this point in the history
  • Loading branch information
TidbitSoftware committed Jan 24, 2025
1 parent c8b0855 commit d4a8713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
export MATLAB_ROOT=${{ steps.setup-matlab.outputs.matlabroot }}
export PYTHON_ROOT=${{ env.pythonLocation }}
export NUMPY_ROOT=${{ env.LD_LIBRARY_PATH }}/python3.11/site-packages/numpy
export NUMPY_ROOT=${{ env.LD_LIBRARY_PATH }}/python${{ inputs.python_version }}/site-packages/numpy
${{ inputs.build_command }}
- name: Compile ISSM
Expand Down

0 comments on commit d4a8713

Please sign in to comment.