Skip to content

Commit

Permalink
Merge pull request #91 from ericpre/bundle_update
Browse files Browse the repository at this point in the history
Remove skipping test pyxem
  • Loading branch information
ericpre authored Nov 20, 2023
2 parents 8aa942b + cfe5fbf commit ee1cbd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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
4 changes: 2 additions & 2 deletions conda_distribution/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ specs:
- dask >=2023.6.0
- dask-labextension
- hdf5plugin
- hyperspy >=1.7.5
- hyperspy >=1.7.6
- hyperspyui >=1.3.1
- ipympl
- jupyterlab
Expand All @@ -48,7 +48,7 @@ specs:
- python 3.11*
- python-graphviz
- python-rapidjson
- pyxem >=0.15.1
- pyxem >=0.16
- openpyxl
- qtconsole >=5.4.3
- scanning_drift_corr
Expand Down

0 comments on commit ee1cbd1

Please sign in to comment.