Skip to content

Commit

Permalink
More commands for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Jan 18, 2024
1 parent 9554d71 commit d628226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
which python
python --version
pip list
python -c "import os, sys; print(os.getcwd()); print(sys.path)"
python -c "from importlib.metadata import files; [print(f.locate()) for f in files('idaes-ui')]"
python -c "import idaes_ui; print(idaes_ui)"
python -m idaes_ui.fv.example &
sleep 30
Expand Down

0 comments on commit d628226

Please sign in to comment.