Skip to content

Commit 3a8ad5e

Browse files
committed
Run test suite etspy
1 parent a966836 commit 3a8ad5e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)