Skip to content

Commit 03b7241

Browse files
committed
delete old .yml file, add some comments
1 parent 13a93e7 commit 03b7241

2 files changed

Lines changed: 5 additions & 268 deletions

File tree

.github/workflows/buildwheels.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
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

.github/workflows/tests+pypi.yml.off

Lines changed: 0 additions & 264 deletions
This file was deleted.

0 commit comments

Comments
 (0)