Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/create-github-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:

- name: Create Release
id: create_release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228
with:
body: ${{ steps.release_notes.outputs.release-notes }}
files: dist/*
10 changes: 5 additions & 5 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
git fetch upstream --tags

- name: Cache pip
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
env:
# Increase this value to reset cache
CACHE_NUMBER: 0
Expand Down Expand Up @@ -126,14 +126,14 @@ jobs:
sudo apt-get install libxcb-xinerama0
sudo apt-get install xvfb

- uses: actions/setup-python@v6.2.0
- uses: actions/setup-python@v6.3.0
name: Install Python
with:
python-version: '3.12'

- name: Setup Ollama
if: ${{ inputs.SETUP_OLLAMA }}
uses: ai-action/setup-ollama@195af6b8b8de746639b2ce7ffdba1c0ae70970d8
uses: ai-action/setup-ollama@591531fff1153f90ea7a512c1c528231856f1036

- name: Install library
if: ${{ inputs.install_dependencies_only != true }}
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

- name: Cache doc build
if: ${{ inputs.CACHE_GALLERY_EXAMPLES }}
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
env:
# Increase this value to reset cache
CACHE_NUMBER: 0
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

- name: Cache pooch
if: ${{ inputs.CACHE_POOCH != ''}}
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
env:
# Increase this value to reset cache
CACHE_NUMBER: 0
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
conda install pip

- name: Cache pip
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
env:
# Increase this value to reset cache
CACHE_NUMBER: 0
Expand All @@ -143,7 +143,7 @@ jobs:

- name: Cache conda
if: ${{ inputs.USE_CONDA }}
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
env:
# Increase this value to reset cache
CACHE_NUMBER: 0
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:

- name: Cache pooch data
if: ${{ always() && inputs.CACHE_POOCH != '' }}
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
env:
# Increase this value to reset cache
CACHE_NUMBER: 0
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.hyperspy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
uses: scientific-python/issue-from-pytest-log-action@87351a8f864e969567cda22a25a2f214cbe2340f
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: 鈿狅笍 HyperSpy test suite failed 鈿狅笍
Expand All @@ -418,7 +418,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.rosettasciio_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
uses: scientific-python/issue-from-pytest-log-action@87351a8f864e969567cda22a25a2f214cbe2340f
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: 鈿狅笍 RosettaSciIO test suite failed 鈿狅笍
Expand All @@ -438,7 +438,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.lumispy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
uses: scientific-python/issue-from-pytest-log-action@87351a8f864e969567cda22a25a2f214cbe2340f
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: 鈿狅笍 LumiSpy test suite failed 鈿狅笍
Expand All @@ -458,7 +458,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.hyperspy_gui_ipywidgets_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
uses: scientific-python/issue-from-pytest-log-action@87351a8f864e969567cda22a25a2f214cbe2340f
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: 鈿狅笍 hyperspy_gui_ipywidgets test suite failed 鈿狅笍
Expand All @@ -477,7 +477,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.hyperspy_gui_traitsui_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
uses: scientific-python/issue-from-pytest-log-action@87351a8f864e969567cda22a25a2f214cbe2340f
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: 鈿狅笍 hyperspy_gui_traitsui test suite failed 鈿狅笍
Expand All @@ -500,7 +500,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.pyxem_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
uses: scientific-python/issue-from-pytest-log-action@87351a8f864e969567cda22a25a2f214cbe2340f
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: 鈿狅笍 Pyxem test suite failed 鈿狅笍
Expand All @@ -519,7 +519,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.holospy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
uses: scientific-python/issue-from-pytest-log-action@87351a8f864e969567cda22a25a2f214cbe2340f
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: 鈿狅笍 holospy test suite failed 鈿狅笍
Expand All @@ -539,7 +539,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.exspy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
uses: scientific-python/issue-from-pytest-log-action@87351a8f864e969567cda22a25a2f214cbe2340f
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: 鈿狅笍 exSpy test suite failed 鈿狅笍
Expand All @@ -560,7 +560,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.kikuchipy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
uses: scientific-python/issue-from-pytest-log-action@87351a8f864e969567cda22a25a2f214cbe2340f
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: 鈿狅笍 kikuchipy test suite failed 鈿狅笍
Expand All @@ -579,7 +579,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.etspy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
uses: scientific-python/issue-from-pytest-log-action@87351a8f864e969567cda22a25a2f214cbe2340f
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: 鈿狅笍 etspy test suite failed 鈿狅笍
Expand All @@ -602,7 +602,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.atomap_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
uses: scientific-python/issue-from-pytest-log-action@87351a8f864e969567cda22a25a2f214cbe2340f
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: 鈿狅笍 atomap test suite failed 鈿狅笍
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/package_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
git remote add upstream https://github.com/${{ inputs.ORGANISATION }}/${{ env.REPOSITORY_NAME }}.git
git fetch upstream --tags

- uses: actions/setup-python@v6.2.0
- uses: actions/setup-python@v6.3.0
name: Install Python
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run:
shell: bash -el {0}
steps:
- uses: actions/setup-python@v6.2.0
- uses: actions/setup-python@v6.3.0
name: Install Python
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
fi

- name: Cache pip
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
env:
# Increase this value to reset cache
CACHE_NUMBER: 0
Expand All @@ -186,7 +186,7 @@ jobs:

- name: Cache pooch data
if: ${{ inputs.CACHE_POOCH != '' }}
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
env:
# Increase this value to reset cache
CACHE_NUMBER: 0
Expand All @@ -204,7 +204,7 @@ jobs:
- name: Cache rosettasciio data
# special case rosettasciio to cache the test data
if: ${{ inputs.module_name == 'rsciio' }}
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
env:
# Increase this value to reset cache
CACHE_NUMBER: 0
Expand Down