Skip to content

Commit 20183ea

Browse files
committed
take 9
1 parent cad5209 commit 20183ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
246246
test_powermodels:
247247
executor: python312
248-
resource_class: medium # install_julia step killed w/small
248+
resource_class: medium # install_julia step killed w/"small"
249249
steps:
250250
- checkout
251251
- run:
@@ -273,6 +273,8 @@ jobs:
273273
name: Environment information
274274
command: |
275275
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
276278
which python julia python-jl
277279
pip list
278280
julia -e 'using Pkg; Pkg.status()'

0 commit comments

Comments
 (0)