File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments