Skip to content

Commit dd0fbde

Browse files
committed
try 19
1 parent 326c771 commit dd0fbde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,11 @@ jobs:
292292
julia -e 'using PyCall; math = pyimport("math"); print(math.sin(math.pi/4))'
293293
julia -e 'using Pkg; Pkg.test("PowerModels")'
294294
#; 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")'
295300
- run:
296301
name: Test PowerModels in PandaPower
297302
command: |

0 commit comments

Comments
 (0)