Skip to content

Commit

Permalink
Skip pyxem test for osx-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Feb 5, 2024
1 parent 5057294 commit 768f097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,8 @@ jobs:
shell: cmd
run: |
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
pytest --pyargs pyxem -k "not test_pixelated_stem_class"
# Skip test_dpc_signal_tools for osx-arm64
pytest --pyargs pyxem -k "not test_pixelated_stem_class and not test_dpc_signal_tools"
# - name: Run test kikuchipy
# if: always()
Expand Down

0 comments on commit 768f097

Please sign in to comment.