Skip to content

Commit 326c771

Browse files
committed
try 19
1 parent 1ddf28a commit 326c771

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,8 @@ jobs:
271271
source venv_test/bin/activate
272272
./utils/install_julia.sh 1.10.4
273273
python -m pip install julia
274-
python ./utils/install_pycall.py
275-
#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([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"])'
274+
#python ./utils/install_pycall.py
275+
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")])'
278276
- run:
279277
name: Environment information
280278
command: |

0 commit comments

Comments
 (0)