Skip to content

Commit 6fde04d

Browse files
committed
try 22
1 parent 2e182d2 commit 6fde04d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)