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 10, 2024
1 parent 5057294 commit cd555e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
if: always()
run: |
conda activate "${{ env.install_dir }}"
pytest --pyargs pyxem -k "not test_pixelated_stem_class"
pytest --pyargs pyxem -k "not test_pixelated_stem_class and not test_offest_and_scale"
# - shell: bash -l {0}
# name: Run test kikuchipy
Expand Down Expand Up @@ -457,7 +457,8 @@ jobs:
shell: cmd
run: |
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
pytest --pyargs hyperspy_gui_ipywidgets -k "not test_image_contrast_tool"
# test_spikes_removal_tool fails randomly, fixed in https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/51
pytest --pyargs hyperspy_gui_ipywidgets -k "not test_image_contrast_tool and not test_spikes_removal_tool"
- name: Run test hyperspy_gui_traitsui
if: always()
Expand Down Expand Up @@ -486,14 +487,14 @@ jobs:
shell: cmd
run: |
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
# Skip these tests until there are fixed
pytest --pyargs lumispy
- name: Run test pyxem
if: always()
shell: cmd
run: |
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
# Skip test_offest_and_scale for osx-arm64
pytest --pyargs pyxem -k "not test_pixelated_stem_class"
# - name: Run test kikuchipy
Expand Down

0 comments on commit cd555e9

Please sign in to comment.