Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ETSpy to known extensions list #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jat255
Copy link
Member

@jat255 jat255 commented Nov 6, 2024

No description provided.

@ericpre
Copy link
Member

ericpre commented Nov 7, 2024

Do you want to add running ETSpy test suite to CI?

EXTENSION: hyperspy-gui-ipywidgets hyperspy-gui-traitsui lumispy pyxem exspy holospy

- name: Install Extension Dev
if: contains(matrix.EXTENSION_VERSION, 'dev')
run: |
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/pyxem.git
pip install git+https://github.com/hyperspy/hyperspy_gui_ipywidgets.git
pip install git+https://github.com/hyperspy/hyperspy_gui_traitsui.git

- name: Run Pyxem Test Suite
if: ${{ always() }}
run: |
python -m pytest --pyargs pyxem

@jat255
Copy link
Member Author

jat255 commented Nov 12, 2024

Thanks @ericpre. somehow I missed your comment, but I'll work on adding the ETSpy tests in the next couple of days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants