We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20183ea commit b7a08efCopy full SHA for b7a08ef
.circleci/config.yml
@@ -269,11 +269,12 @@ jobs:
269
./utils/install_julia.sh 1.10.4
270
python -m pip install julia
271
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")'
274
- run:
275
name: Environment information
276
command: |
277
source venv_test/bin/activate
- julia -e 'using Pkg; Pkg.add(["Ipopt", "PowerModels", "PyCall"])'
278
pip list | grep -e power -e grid -e panda
279
which python julia python-jl
280
pip list
0 commit comments