Skip to content

Commit 6363699

Browse files
committed
Skip kikuchipy zenodo test
1 parent a4c2d32 commit 6363699

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ jobs:
381381
conda activate "${{ env.install_dir }}"
382382
# https://github.com/pyxem/kikuchipy/issues/707
383383
# https://github.com/pyxem/kikuchipy/pull/749
384-
pytest --pyargs kikuchipy -k "not test_not_allow_download_raises and not spherical"
384+
# test_dataset_availability: https://github.com/pyxem/kikuchipy/issues/767
385+
pytest --pyargs kikuchipy -k "not test_not_allow_download_raises and not spherical and not test_dataset_availability"
385386
386387
- name: Run test etspy
387388
if: always()

0 commit comments

Comments
 (0)