File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -487,13 +487,13 @@ jobs:
487487 # Skip interactive test
488488 pytest --pyargs atomap -k "not TestSelectAtomsWithGui"
489489
490- - name : Run test kikuchipy
491- if : always()
492- shell : cmd
493- run : |
494- call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
495- # Skip these tests until there are fixed
496- pytest --pyargs kikuchipy -k "not test_spherical_pyvista and not test_not_allow_download_raises and not test_save_load_0d_nav"
490+ # - name: Run test kikuchipy
491+ # if: always()
492+ # shell: cmd
493+ # run: |
494+ # call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
495+ # # Skip these tests until there are fixed
496+ # pytest --pyargs kikuchipy -k "not test_spherical_pyvista and not test_not_allow_download_raises and not test_save_load_0d_nav"
497497
498498 - name : Upload Release Asset
499499 if : startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments