File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 submodules : recursive
4343 fetch-depth : 0
4444
45+ # download C and Fortran compiler on windows
4546 - if : matrix.os == 'windows-latest'
4647 uses : msys2/setup-msys2@v2
4748 with :
@@ -71,18 +72,18 @@ jobs:
7172 with :
7273 python-version : " 3.13"
7374
75+ # run example notebooks once for each platform
7476 - name : Run example notebooks
75- run : |
76- cd dist
77- temp=`find . -name "*cp313*.whl"`
77+ run : |
78+ temp=`find dist/ -name "*cp313*.whl"`
7879 python -m pip install $temp[examples]
79- cd ..
8080 ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
8181 python -m pip install --force-reinstall --no-deps $PIP_INSTALL_OPTS -r .binder/requirements.txt
8282 python -m pip install matplotlib ipywidgets PySDM open_atmos_jupyter_utils
8383 python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
8484 GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests/test_run_notebooks.py
8585
86+ # check if all todos are annotated once per CI run
8687 - name : Check if todos are annotated
8788 if : matrix.os == 'ubuntu-latest'
8889 run : GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests/test_todos_annotated.py
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments