Skip to content

Commit

Permalink
Annnd again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jan 8, 2025
1 parent 1bf4e81 commit 4d71393
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,11 +590,11 @@ jobs:
run: |
GJH_DIR="$TPL_DIR/gjh"
BARON_DIR="$TPL_DIR/baron"
echo ""
echo "Current PYOMO_PATH..."
echo "$PYOMO_PATH"
NEW_PYOMO_PATH="$BARON_DIR:$PYOMO_PATH"
export NEW_PYOMO_PATH="$BARON_DIR:$PYOMO_PATH"
NEW_PYOMO_PATH="$GJH_DIR:$NEW_PYOMO_PATH"
echo ""
echo "New PYOMO_PATH..."
echo "$NEW_PYOMO_PATH"
echo "PYOMO_PATH=$NEW_PYOMO_PATH" >> $GITHUB_ENV
echo "${GJH_DIR}" >> $GITHUB_PATH
Expand Down

0 comments on commit 4d71393

Please sign in to comment.