Skip to content

Commit

Permalink
Print more stuff. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jan 8, 2025
1 parent ebe2fd4 commit 1bf4e81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,14 @@ jobs:
run: |
GJH_DIR="$TPL_DIR/gjh"
BARON_DIR="$TPL_DIR/baron"
echo "${GJH_DIR}" >> $GITHUB_PATH
echo ""
echo "$PYOMO_PATH"
NEW_PYOMO_PATH="$BARON_DIR:$PYOMO_PATH"
NEW_PYOMO_PATH="$GJH_DIR:$NEW_PYOMO_PATH"
echo ""
echo "$NEW_PYOMO_PATH"
echo "PYOMO_PATH=$NEW_PYOMO_PATH" >> $GITHUB_ENV
echo "${GJH_DIR}" >> $GITHUB_PATH
INSTALL_DIR="${DOWNLOAD_DIR}/gjh"
if test ! -e "$INSTALL_DIR/bin"; then
mkdir -p "$INSTALL_DIR"
Expand Down

0 comments on commit 1bf4e81

Please sign in to comment.