Skip to content

Commit

Permalink
Merge pull request #89 from thewtex/pyimagej-bump
Browse files Browse the repository at this point in the history
pyimagej bump
  • Loading branch information
thewtex authored Jul 22, 2024
2 parents eb0968f + bd7ebc7 commit aef9c3c
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 565 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/notebook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.9'
- uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
- name: Install test dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -e ".[test]"
python3 -m pip install pyimagej
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
- uses: prefix-dev/[email protected]

- name: Test notebooks
run: |
pytest --nbmake --nbmake-timeout=3000 examples/*ipynb
pixi run test-notebooks
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ examples/chelsea.zarr/
examples/sub-I46_ses-SPIM_sample-BrocaAreaS01_stain-GAD67_chunk-00_SPIM*
examples/dask-worker-space/
.pixi/
examples/Cell_Colony.zarr/

# Byte-compiled / optimized / DLL files
__pycache__/
78 changes: 37 additions & 41 deletions examples/ConvertImageioImageResource.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit aef9c3c

Please sign in to comment.