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 326c771 commit dd0fbdeCopy full SHA for dd0fbde
.circleci/config.yml
@@ -292,6 +292,11 @@ jobs:
292
julia -e 'using PyCall; math = pyimport("math"); print(math.sin(math.pi/4))'
293
julia -e 'using Pkg; Pkg.test("PowerModels")'
294
#; test_args=["input"])'
295
+ - run:
296
+ name: Test PandaModels in Julia
297
+ command: |
298
+ source venv_test/bin/activate
299
+ julia -e 'using Pkg; Pkg.test("PandaModels")'
300
- run:
301
name: Test PowerModels in PandaPower
302
command: |
0 commit comments