Skip to content

Commit b241143

Browse files
committed
fix CI
1 parent 9ca6fe6 commit b241143

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci-docs.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
python-version: [ "3.13" ]
17+
defaults:
18+
run:
19+
shell: bash -l {0}
1720
env:
1821
CONDA_ENV_FILE: environment.yml
1922
steps:
2023
- name: Checkout repository
2124
uses: actions/checkout@v4
22-
2325
- name: Install micromamba environment
2426
uses: mamba-org/setup-micromamba@v2
2527
with:
@@ -30,10 +32,10 @@ jobs:
3032
create-args: >-
3133
python=${{matrix.python-version}}
3234
33-
#- name: pytest notebooks
34-
# working-directory: notebooks
35-
# run: |
36-
# pytest -v -n auto
35+
- name: pytest notebooks
36+
working-directory: notebooks
37+
run: |
38+
pytest -v -n auto
3739
3840
- name: Build documentation with Sphinx
3941
run: |

0 commit comments

Comments
 (0)