Skip to content

Commit 2e182d2

Browse files
committed
try 21
1 parent 4ffb218 commit 2e182d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ jobs:
302302
name: Test PowerModels in PandaPower
303303
command: |
304304
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)'
305307
python -m pytest -v venv_test/lib/python3.12/site-packages/pandapower/test/opf/test_pandamodels_runpm.py
306308
# use python-jl instead of python above if get a static libpython error
307309

0 commit comments

Comments
 (0)