File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -296,14 +296,14 @@ jobs:
296296 name : Test PandaModels in Julia
297297 command : |
298298 source venv_test/bin/activate
299- # julia -e 'using Pkg; Pkg.test("PandaModels")'
299+ julia -e 'using Pkg; Pkg.add(Pkg.PackageSpec(;name="Ipopt", version="0.9"))'
300+ julia -e 'using Pkg; Pkg.status(); Pkg.status(outdated=true)'
301+ julia -e 'using Pkg; Pkg.test("PandaModels")'
300302 # PdM testing above has a couple failures b/c Ipopt
301303 - run :
302304 name : Test PowerModels in PandaPower
303305 command : |
304306 source venv_test/bin/activate
305- julia -e 'using Pkg; Pkg.add(Pkg.PackageSpec(;name="Ipopt", version="0.9"))'
306- julia -e 'using Pkg; Pkg.status(); Pkg.status(outdated=true)'
307307 python -m pytest -v venv_test/lib/python3.12/site-packages/pandapower/test/opf/test_pandamodels_runpm.py
308308 # use python-jl instead of python above if get a static libpython error
309309
You can’t perform that action at this time.
0 commit comments