File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ jobs:
304304 run : |
305305 conda activate "${{ env.install_dir }}"
306306 # https://github.com/pyxem/kikuchipy/issues/707
307- # "not spherical" is to skip tests that uses pyvista
307+ # https://github.com/pyxem/kikuchipy/pull/749
308308 pytest --pyargs kikuchipy -k "not test_not_allow_download_raises and not spherical"
309309
310310 - name : Upload Release Asset
@@ -486,8 +486,9 @@ jobs:
486486 shell : cmd
487487 run : |
488488 call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
489- # Skip these tests until there are fixed
490- pytest --pyargs kikuchipy -k "not test_not_allow_download_raises"
489+ # https://github.com/pyxem/kikuchipy/issues/707
490+ # https://github.com/pyxem/kikuchipy/pull/749
491+ pytest --pyargs kikuchipy -k "not test_not_allow_download_raises and not spherical"
491492
492493 - name : Upload Release Asset
493494 if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 99hdf5plugin
1010hyperspy[all]
1111hyperspyui
12- kikuchipy
12+ kikuchipy[all]
1313lumispy
1414matplotlib-scalebar
1515nglview
You can’t perform that action at this time.
0 commit comments