Skip to content

Commit

Permalink
Manually override the path at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jan 8, 2025
1 parent b4f7461 commit 2ffa7fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,10 @@ jobs:
echo "$PATH"
which ipopt || echo "IPOPT not found on PATH"
ipopt --version || echo "IPOPT not found on PATH"
for SOLVER in ipopt gams baron gjh; do
SOLVER_DIR="$TPL_DIR/$SOLVER"
echo "${SOLVER_DIR}" >> $GITHUB_PATH
done
- name: Report pyomo plugin information
run: |
Expand Down

0 comments on commit 2ffa7fe

Please sign in to comment.