File tree Expand file tree Collapse file tree 4 files changed +100
-62
lines changed
tutorials/designing-jupyter-extensions Expand file tree Collapse file tree 4 files changed +100
-62
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,8 @@ jobs:
340
340
steps :
341
341
- name : checkout
342
342
uses : actions/checkout@v3
343
+ with :
344
+ submodules : recursive
343
345
344
346
- name : cache (conda)
345
347
uses : actions/cache@v3
@@ -379,9 +381,9 @@ jobs:
379
381
use-only-tar-bz2 : true
380
382
use-mamba : true
381
383
382
- - name : tests (unit)
384
+ - name : build
383
385
shell : bash -l {0}
384
- run : doit test:pytest:* || doit test:pytest:* || doit test:pytest:*
386
+ run : doit build
385
387
386
388
- name : build docs
387
389
shell : bash -l {0}
@@ -395,17 +397,6 @@ jobs:
395
397
shell : bash -l {0}
396
398
run : doit test:robot
397
399
398
- - name : upload coverage
399
- shell : bash -l {0}
400
- run : |
401
- set -eux
402
- cd py_packages/ipydrawio
403
- codecov --root ../..
404
- cd ../ipydrawio-export
405
- codecov --root ../..
406
- cd ../ipydrawio-mathjax
407
- codecov --root ../..
408
-
409
400
- name : upload (atest)
410
401
if : always()
411
402
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments