Skip to content

Commit

Permalink
Let's see if the env stuff works
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed May 2, 2024
1 parent db629d5 commit 124c0bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,12 @@ jobs:
packages: ${{ matrix.PACKAGES }}
other: ${{ matrix.other }}
slim: ${{ matrix.slim }}

- name: Environment verification:
runs: |
env
ls -la
python -m pip list | sed 's/^/ /'
pyomo help --solvers || exit 1
pyomo help --transformations || exit 1
pyomo help --writers || exit 1

0 comments on commit 124c0bc

Please sign in to comment.