Skip to content

Commit

Permalink
Actions: Don't overwrite run.m
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Apr 29, 2024
1 parent eeba41e commit fe2e31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unix_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jobs:
shell: bash -l {0}
run: |
conda activate mhkit_conda_env
printf 'pyenv(Version="%s", ExecutionMode="OutOfProcess")\n' $(python -c "import sys; print(sys.executable)") > run.m
printf 'pyenv(Version="%s", ExecutionMode="OutOfProcess")\n' $(python -c "import sys; print(sys.executable)") >> run.m

- name: Add MATLAB test commands
shell: bash
Expand Down

0 comments on commit fe2e31d

Please sign in to comment.