File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -381,6 +381,13 @@ jobs:
381381 # https://github.com/pyxem/kikuchipy/pull/749
382382 pytest --pyargs kikuchipy -k "not test_not_allow_download_raises and not spherical"
383383
384+ - name : Run test etspy
385+ if : always()
386+ run : |
387+ conda activate "${{ env.install_dir }}"
388+ # https://github.com/usnistgov/etspy/issues/24
389+ pytest --pyargs etspy -k "not test_version"
390+
384391 - name : Upload Release Asset
385392 if : startsWith(github.ref, 'refs/tags/')
386393 uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
@@ -584,6 +591,13 @@ jobs:
584591 # https://github.com/pyxem/kikuchipy/pull/749
585592 pytest --pyargs kikuchipy -k "not test_not_allow_download_raises and not spherical"
586593
594+ - name : Run test etspy
595+ if : always()
596+ run : |
597+ call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
598+ # https://github.com/usnistgov/etspy/issues/24
599+ pytest --pyargs etspy -k "not test_version"
600+
587601 - name : Upload Release Asset
588602 if : startsWith(github.ref, 'refs/tags/')
589603 uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
You can’t perform that action at this time.
0 commit comments