Skip to content

Commit

Permalink
Try setting $PATH instead of extending it
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Feb 12, 2025
1 parent 69ca49d commit 7026a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-idaes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
echo '::endgroup::'
echo '::group::Output of test commands for IDAES binaries'
PATH="$PATH:$(idaes bin-directory)" ipopt -v
PATH="$(idaes bin-directory)" ipopt -v
echo '::endgroup::'
- name: Install AMPL SCIP (${{ inputs.ampl-scip-pip-target }})
if: inputs.ampl-scip-pip-target
Expand Down

0 comments on commit 7026a79

Please sign in to comment.