Skip to content

Commit f014bc4

Browse files
committed
Install kikuchipy with optional dependencies in the portable distribution
1 parent 74c3402 commit f014bc4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
run: |
305305
conda activate "${{ env.install_dir }}"
306306
# https://github.com/pyxem/kikuchipy/issues/707
307-
# "not spherical" is to skip tests that uses pyvista
307+
# https://github.com/pyxem/kikuchipy/pull/749
308308
pytest --pyargs kikuchipy -k "not test_not_allow_download_raises and not spherical"
309309
310310
- name: Upload Release Asset
@@ -486,8 +486,9 @@ jobs:
486486
shell: cmd
487487
run: |
488488
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
489-
# Skip these tests until there are fixed
490-
pytest --pyargs kikuchipy -k "not test_not_allow_download_raises"
489+
# https://github.com/pyxem/kikuchipy/issues/707
490+
# https://github.com/pyxem/kikuchipy/pull/749
491+
pytest --pyargs kikuchipy -k "not test_not_allow_download_raises and not spherical"
491492
492493
- name: Upload Release Asset
493494
if: startsWith(github.ref, 'refs/tags/')

requirement_portable_distribution.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ holospy
99
hdf5plugin
1010
hyperspy[all]
1111
hyperspyui
12-
kikuchipy
12+
kikuchipy[all]
1313
lumispy
1414
matplotlib-scalebar
1515
nglview

0 commit comments

Comments
 (0)