Skip to content

Commit 647468e

Browse files
authored
update poster, add some more links (QuantStack#109)
1 parent 5442918 commit 647468e

File tree

4 files changed

+100
-62
lines changed

4 files changed

+100
-62
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)