File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff 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()
Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments