We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c2d32 commit 6363699Copy full SHA for 6363699
.github/workflows/release.yml
@@ -381,7 +381,8 @@ jobs:
381
conda activate "${{ env.install_dir }}"
382
# https://github.com/pyxem/kikuchipy/issues/707
383
# https://github.com/pyxem/kikuchipy/pull/749
384
- pytest --pyargs kikuchipy -k "not test_not_allow_download_raises and not spherical"
+ # 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"
386
387
- name: Run test etspy
388
if: always()
0 commit comments