Skip to content

Commit 005ca4a

Browse files
committed
Skip kikuchipy test
1 parent 3df4aee commit 005ca4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ jobs:
522522
run: |
523523
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
524524
# Skip these tests until there are fixed
525-
pytest --pyargs kikuchipy -k "not test_spherical_pyvista and not test_not_allow_download_raises"
525+
pytest --pyargs kikuchipy -k "not test_spherical_pyvista and not test_not_allow_download_raises and not test_save_load_0d_nav"
526526
527527
- name: Upload Release Asset
528528
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)