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 f5aa47a commit 1e93823Copy full SHA for 1e93823
.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:
@@ -286,7 +286,7 @@ jobs:
286
command: |
287
source venv_test/bin/activate
288
julia -e 'using PyCall; math = pyimport("math"); print(math.sin(math.pi/4))'
289
- julia -e 'using Pkg; Pkg.test("PowerModels")'
+ julia -e 'using Pkg; Pkg.test("PowerModels"; test_args=["input"])'
290
291
name: Test PowerModels in PandaPower
292
0 commit comments