diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a28d3b8..1d32493 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,8 +62,7 @@ jobs: PYTHON_VERSION: '3.11' env: - # EXTENSION: hyperspy-gui-ipywidgets hyperspy-gui-traitsui kikuchipy lumispy pyxem exspy holospy - EXTENSION: hyperspy-gui-ipywidgets hyperspy-gui-traitsui lumispy pyxem exspy holospy + EXTENSION: hyperspy-gui-ipywidgets hyperspy-gui-traitsui kikuchipy lumispy pyxem exspy holospy TEST_DEPS: pytest pytest-xdist pytest-rerunfailures pytest-mpl filelock defaults: run: @@ -141,7 +140,7 @@ jobs: if: contains(matrix.HYPERSPY_VERSION, 'RnMajor') run: | pip install "hyperspy[all] @ git+https://github.com/hyperspy/hyperspy.git@RELEASE_next_major" - + - name: Install Extension Release if: contains(matrix.EXTENSION_VERSION, 'release') run: | @@ -153,8 +152,7 @@ jobs: pip install git+https://github.com/hyperspy/exspy.git pip install git+https://github.com/hyperspy/holospy.git pip install git+https://github.com/lumispy/lumispy.git - # uncomment when kikuchipy supports hyperspy 2 - # pip install git+https://github.com/pyxem/kikuchipy.git + pip install git+https://github.com/pyxem/kikuchipy.git pip install git+https://github.com/pyxem/pyxem.git pip install git+https://github.com/hyperspy/hyperspy_gui_ipywidgets.git pip install git+https://github.com/hyperspy/hyperspy_gui_traitsui.git @@ -182,7 +180,7 @@ jobs: if: ${{ always() }} run: | python -m pytest --pyargs hyperspy_gui_ipywidgets - + - name: Run hyperspy_gui_traitsui Test Suite if: ${{ always() }} # run the tests headlessly @@ -199,9 +197,9 @@ jobs: run: | python -m pytest --pyargs holospy - # - name: Run kikuchipy Test Suite - # run: | - # python -m pytest --pyargs kikuchipy + - name: Run kikuchipy Test Suite + run: | + python -m pytest --pyargs kikuchipy - name: Run LumiSpy Test Suite if: ${{ always() }}