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:
340340 steps :
341341 - name : checkout
342342 uses : actions/checkout@v3
343+ with :
344+ submodules : recursive
343345
344346 - name : cache (conda)
345347 uses : actions/cache@v3
@@ -379,9 +381,9 @@ jobs:
379381 use-only-tar-bz2 : true
380382 use-mamba : true
381383
382- - name : tests (unit)
384+ - name : build
383385 shell : bash -l {0}
384- run : doit test:pytest:* || doit test:pytest:* || doit test:pytest:*
386+ run : doit build
385387
386388 - name : build docs
387389 shell : bash -l {0}
@@ -395,17 +397,6 @@ jobs:
395397 shell : bash -l {0}
396398 run : doit test:robot
397399
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-
409400 - name : upload (atest)
410401 if : always()
411402 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments