Skip to content

Commit 1ddf28a

Browse files
committed
try 18
1 parent 80b3f45 commit 1ddf28a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ jobs:
273273
python -m pip install julia
274274
python ./utils/install_pycall.py
275275
#julia -e 'using Pkg; Pkg.add([Pkg.PackageSpec(;name="Ipopt"), Pkg.PackageSpec(;name="PowerModels", version="0.21.3"), Pkg.PackageSpec(;name="PyCall"), Pkg.PackageSpec(;url="https://github.com/loriab/PandaModels.jl", rev="update_pm")])'
276-
julia -e 'using Pkg; Pkg.add(["Ipopt", "PowerModels", "PyCall"])'
276+
julia -e 'using Pkg; Pkg.add([Pkg.PackageSpec(;name="Ipopt"), Pkg.PackageSpec(;name="PowerModels", version="0.21.3"), Pkg.PackageSpec(;name="PyCall")])'
277+
#julia -e 'using Pkg; Pkg.add(["Ipopt", "PowerModels", "PyCall"])'
277278
- run:
278279
name: Environment information
279280
command: |
@@ -284,7 +285,7 @@ jobs:
284285
python --version
285286
julia --version
286287
python-jl --version
287-
julia -e 'using Pkg; Pkg.status()'
288+
julia -e 'using Pkg; Pkg.status(); Pkg.status(outdated=true)'
288289
- run:
289290
name: Test PowerModels in Julia
290291
no_output_timeout: 30m

0 commit comments

Comments
 (0)