diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index d056ac18..45f98d8b 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -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