Skip to content

Commit

Permalink
Remove skipping test pyxem
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Nov 20, 2023
1 parent 731f12f commit b2ed52a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,7 @@ jobs:
shell: cmd
run: |
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
# Skip these tests until there are fixed
# test_results_dict_to_crystal_map failed with mkl
pytest --pyargs pyxem -k "not test_rotation and not test_results_dict_to_crystal_map"
pytest --pyargs pyxem
- name: Run test kikuchipy
if: always()
Expand Down

0 comments on commit b2ed52a

Please sign in to comment.