Skip to content

Commit b7a08ef

Browse files
committed
take 10
1 parent 20183ea commit b7a08ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,12 @@ jobs:
269269
./utils/install_julia.sh 1.10.4
270270
python -m pip install julia
271271
python ./utils/install_pycall.py
272+
julia -e 'using Pkg; Pkg.add(["Ipopt", "PowerModels", "PyCall"])'
273+
julia -e 'using Pkg; Pkg.add(url="https://github.com/loriab/PandaModels.jl", rev="update_pm")'
272274
- run:
273275
name: Environment information
274276
command: |
275277
source venv_test/bin/activate
276-
julia -e 'using Pkg; Pkg.add(["Ipopt", "PowerModels", "PyCall"])'
277278
pip list | grep -e power -e grid -e panda
278279
which python julia python-jl
279280
pip list

0 commit comments

Comments
 (0)