Skip to content

Commit

Permalink
Print out more info
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jan 8, 2025
1 parent 2f38049 commit 254e2dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,9 @@ jobs:
echo "$IPOPT_DIR"
ls -l $IPOPT_DIR
echo "$PATH"
echo ""
echo "$PYOMO_PATH"
echo ""
which ipopt || echo "IPOPT not found on PATH"
ipopt --version || echo "IPOPT not found on PATH"
Expand Down Expand Up @@ -536,6 +539,9 @@ jobs:
popd
fi
echo "$PATH"
echo ""
echo "$PYOMO_PATH"
echo ""
which ipopt || echo "IPOPT not found on PATH"
ipopt --version || echo "IPOPT not found on PATH"
Expand Down Expand Up @@ -605,6 +611,9 @@ jobs:
echo "$GJH_DIR"
ls -l $GJH_DIR
echo "$PATH"
echo ""
echo "$PYOMO_PATH"
echo ""
which ipopt || echo "IPOPT not found on PATH"
ipopt --version || echo "IPOPT not found on PATH"
Expand All @@ -623,6 +632,9 @@ jobs:
echo ""
echo "PYOMO_CONFIG_DIR=${GITHUB_WORKSPACE}/config" >> $GITHUB_ENV
echo "$PATH"
echo ""
echo "$PYOMO_PATH"
echo ""
which ipopt || echo "IPOPT not found on PATH"
ipopt --version || echo "IPOPT not found on PATH"
Expand Down Expand Up @@ -650,6 +662,9 @@ jobs:
echo ""
pyomo build-extensions --parallel 2
echo "$PATH"
echo ""
echo "$PYOMO_PATH"
echo ""
which ipopt || echo "IPOPT not found on PATH"
ipopt --version || echo "IPOPT not found on PATH"
Expand Down

0 comments on commit 254e2dc

Please sign in to comment.