Skip to content

Commit 0e032f0

Browse files
committed
Try to remove packages to avoid post-link issue
1 parent 5225184 commit 0e032f0

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@ jobs:
235235
conda activate "${{ env.install_dir }}"
236236
mamba install ${{ env.TEST_DEPS }}
237237
238-
- if: always()
239-
name: Test new distribution (HyperSpyUI)
240-
run: |
241-
conda activate "${{ env.install_dir }}"
242-
# Error on closing figure, not critical
243-
pytest --pyargs hyperspyui -k "not plotting"
238+
# - if: always()
239+
# name: Test new distribution (HyperSpyUI)
240+
# run: |
241+
# conda activate "${{ env.install_dir }}"
242+
# # Error on closing figure, not critical
243+
# pytest --pyargs hyperspyui -k "not plotting"
244244

245245
- name: Test RosettaSciIO
246246
if: always()

conda_distribution/construct.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,15 @@ specs:
3030
- hdf5plugin
3131
- holospy
3232
- hyperspy >=2.2.0
33-
- hyperspyui >=2.0.2
3433
- ipympl
3534
- jupyterlab
36-
- kikuchipy >=0.11
3735
- libblas=*=*{{ blas_impl }}
3836
- lumispy >=0.2.2
3937
- mamba >=2.0.5
4038
- mamba_gator
4139
- matplotlib-scalebar
42-
- miniforge_console_shortcut # [win]
4340
- nglview
4441
- notebook
45-
- ovito
4642
- particlespy
4743
- pillow
4844
- py4dstem >=0.14.14
@@ -56,7 +52,6 @@ specs:
5652
- qtconsole >=5.4.3
5753
- rosettasciio >=0.7.1
5854
- scanning_drift_corr
59-
- spyder >=6.0
6055
- start_jupyter_cm
6156
- xlrd
6257

0 commit comments

Comments
 (0)