File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 python -m pip install -U pip setuptools wheel
3535 python -m pip install -U -r requirements/packaging.txt
36+ python -m pip install --no-deps -U -r requirements/embedded.txt -t loopstructural/embedded_external_libs
3637
3738 - name : Update translations
3839 run : pylupdate5 -noobsolete -verbose ${{ env.PROJECT_FOLDER }}/resources/i18n/plugin_translation.pro
Original file line number Diff line number Diff line change 2222 __title__ ,
2323 __uri_homepage__ ,
2424)
25+ try :
26+ import LoopStructural
27+ import pyvista
28+ import geoh5py
29+ except :
30+ import site
31+ site .addsitedir (DIR_PLUGIN_ROOT / "embedded_external_libs" )
32+ print ('using embedded libs' )
2533from loopstructural .gui .dlg_settings import PlgOptionsFactory
2634from loopstructural .gui .modelling .modelling_widget import ModellingWidget as Modelling
2735from loopstructural .toolbelt import PlgLogger
You can’t perform that action at this time.
0 commit comments