Skip to content

Commit 13a34bf

Browse files
committed
take 13
1 parent 1e93823 commit 13a34bf

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
@@ -283,10 +283,11 @@ jobs:
283283
julia -e 'using Pkg; Pkg.status()'
284284
- run:
285285
name: Test PowerModels in Julia
286+
no_output_timeout: 30m
286287
command: |
287288
source venv_test/bin/activate
288289
julia -e 'using PyCall; math = pyimport("math"); print(math.sin(math.pi/4))'
289-
julia -e 'using Pkg; Pkg.test("PowerModels"; test_args=["input"])'
290+
julia -e 'using Pkg; Pkg.test("PowerModels")'
290291
- run:
291292
name: Test PowerModels in PandaPower
292293
command: |
@@ -442,7 +443,6 @@ workflows:
442443
version: 2.1
443444
test:
444445
jobs:
445-
- test_chronix2grid
446446
- test_powermodels
447447

448448
install:

0 commit comments

Comments
 (0)