We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6a080 commit 1f82799Copy full SHA for 1f82799
.github/workflows/cdci.yml
@@ -19,9 +19,12 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- uses: psf/black@stable
22
- with:
23
- jupyter: true
24
- uses: isort/isort-action@v1
+ with:
+ # ! should be removed once all imports are correctly sorted
25
+ sort-paths: |
26
+ src
27
+ another_folder
28
- name: Set up Python ${{ matrix.python-version }}
29
uses: actions/setup-python@v5
30
with:
@@ -67,6 +70,7 @@ jobs:
67
70
run: |
68
71
cd docs
69
72
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook
73
+ # here we are testing that the generated config from the -dir call works
74
vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml
75
# repeat for easier inspection on GitHub:
76
- name: quarto html report
0 commit comments