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 f74d1d4
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_offest_and_scale for osx-arm64
pytest --pyargs pyxem -k "not test_pixelated_stem_class and not test_offest_and_scale"
# - name: Run test kikuchipy
# if: always()
Expand Down

0 comments on commit f74d1d4

Please sign in to comment.