Skip to content

Commit 9ca6fe6

Browse files
committed
disable pytest
1 parent a46fb09 commit 9ca6fe6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci-docs.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
matrix:
1616
python-version: [ "3.13" ]
1717
env:
18-
WRADLIB_DATA: ./wradlib-data
1918
CONDA_ENV_FILE: environment.yml
2019
steps:
2120
- name: Checkout repository
@@ -24,17 +23,17 @@ jobs:
2423
- name: Install micromamba environment
2524
uses: mamba-org/setup-micromamba@v2
2625
with:
27-
environment-name: radolan-guide-guide
26+
environment-name: radolan-guide
2827
environment-file: environment.yml
2928
cache-environment: true
3029
cache-environment-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
3130
create-args: >-
3231
python=${{matrix.python-version}}
3332
34-
- name: Build Sphinx documentation
35-
working-directory: notebooks
36-
run: |
37-
pytest -v -n auto
33+
#- name: pytest notebooks
34+
# working-directory: notebooks
35+
# run: |
36+
# pytest -v -n auto
3837

3938
- name: Build documentation with Sphinx
4039
run: |

0 commit comments

Comments
 (0)