Skip to content

Commit ef3dd8f

Browse files
committed
adding recond demo to workflow and appveyor
1 parent 59b851f commit ef3dd8f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ test_script:
6868
- cd ..\src
6969
- "set PYTHONPATH=C:\\projects\\stir\\install\\python"
7070
- python -m pytest .
71+
- cd ../examples/python
72+
- python recon_demo_gradient.py
7173
- conda deactivate
7274

7375
on_finish:

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,5 +539,7 @@ jobs:
539539
;;
540540
(*)
541541
python -m pytest .
542+
cd ../examples/python
543+
python recon_demo_gradient.py
542544
;;
543545
esac

0 commit comments

Comments
 (0)