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 cd7bf26 commit 6adf251Copy full SHA for 6adf251
.circleci/config.yml
@@ -290,7 +290,7 @@ jobs:
290
command: |
291
source venv_test/bin/activate
292
julia -e 'using PyCall; math = pyimport("math"); print(math.sin(math.pi/4))'
293
- julia -e 'using Pkg; Pkg.test("PowerModels")'
+ #julia -e 'using Pkg; Pkg.test("PowerModels")'
294
- run:
295
name: Test PowerModels in PandaPower
296
0 commit comments