We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df4aee commit 005ca4aCopy full SHA for 005ca4a
.github/workflows/release.yml
@@ -522,7 +522,7 @@ jobs:
522
run: |
523
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
524
# Skip these tests until there are fixed
525
- pytest --pyargs kikuchipy -k "not test_spherical_pyvista and not test_not_allow_download_raises"
+ pytest --pyargs kikuchipy -k "not test_spherical_pyvista and not test_not_allow_download_raises and not test_save_load_0d_nav"
526
527
- name: Upload Release Asset
528
if: startsWith(github.ref, 'refs/tags/')
0 commit comments