We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffb218 commit 2e182d2Copy full SHA for 2e182d2
.circleci/config.yml
@@ -302,6 +302,8 @@ jobs:
302
name: Test PowerModels in PandaPower
303
command: |
304
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)'
307
python -m pytest -v venv_test/lib/python3.12/site-packages/pandapower/test/opf/test_pandamodels_runpm.py
308
# use python-jl instead of python above if get a static libpython error
309
0 commit comments