Skip to content

Commit 1f82799

Browse files
committed
🎨 sort for now only src and docs folder
1 parent 9a6a080 commit 1f82799

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/cdci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: psf/black@stable
22-
with:
23-
jupyter: true
2422
- uses: isort/isort-action@v1
23+
with:
24+
# ! should be removed once all imports are correctly sorted
25+
sort-paths: |
26+
src
27+
another_folder
2528
- name: Set up Python ${{ matrix.python-version }}
2629
uses: actions/setup-python@v5
2730
with:
@@ -67,6 +70,7 @@ jobs:
6770
run: |
6871
cd docs
6972
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook
73+
# here we are testing that the generated config from the -dir call works
7074
vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml
7175
# repeat for easier inspection on GitHub:
7276
- name: quarto html report

0 commit comments

Comments
 (0)