We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca6fe6 commit b241143Copy full SHA for b241143
.github/workflows/ci-docs.yml
@@ -14,12 +14,14 @@ jobs:
14
fail-fast: false
15
matrix:
16
python-version: [ "3.13" ]
17
+ defaults:
18
+ run:
19
+ shell: bash -l {0}
20
env:
21
CONDA_ENV_FILE: environment.yml
22
steps:
23
- name: Checkout repository
24
uses: actions/checkout@v4
-
25
- name: Install micromamba environment
26
uses: mamba-org/setup-micromamba@v2
27
with:
@@ -30,10 +32,10 @@ jobs:
30
32
create-args: >-
31
33
python=${{matrix.python-version}}
34
- #- name: pytest notebooks
- # working-directory: notebooks
35
- # run: |
36
- # pytest -v -n auto
+ - name: pytest notebooks
+ working-directory: notebooks
37
+ run: |
38
+ pytest -v -n auto
39
40
- name: Build documentation with Sphinx
41
run: |
0 commit comments