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 cad5209 commit 20183eaCopy full SHA for 20183ea
.circleci/config.yml
@@ -245,7 +245,7 @@ jobs:
245
246
test_powermodels:
247
executor: python312
248
- resource_class: medium # install_julia step killed w/small
+ resource_class: medium # install_julia step killed w/"small"
249
steps:
250
- checkout
251
- run:
@@ -273,6 +273,8 @@ jobs:
273
name: Environment information
274
command: |
275
source venv_test/bin/activate
276
+ julia -e 'using Pkg; Pkg.add(["Ipopt", "PowerModels", "PyCall"])'
277
+ pip list | grep -e power -e grid -e panda
278
which python julia python-jl
279
pip list
280
julia -e 'using Pkg; Pkg.status()'
0 commit comments