Skip to content

Commit 1e93823

Browse files
committed
take 12
1 parent f5aa47a commit 1e93823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
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:
@@ -286,7 +286,7 @@ jobs:
286286
command: |
287287
source venv_test/bin/activate
288288
julia -e 'using PyCall; math = pyimport("math"); print(math.sin(math.pi/4))'
289-
julia -e 'using Pkg; Pkg.test("PowerModels")'
289+
julia -e 'using Pkg; Pkg.test("PowerModels"; test_args=["input"])'
290290
- run:
291291
name: Test PowerModels in PandaPower
292292
command: |

0 commit comments

Comments
 (0)