Skip to content

Commit

Permalink
use newst imglib2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 23, 2024
1 parent d898cde commit 17758e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/macos_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
run: |
curl -L --output-dir fiji/Fiji.app/jars/ -O "https://maven.scijava.org/content/groups/public/io/bioimage/dl-modelrunner/0.5.10/dl-modelrunner-0.5.10.jar"
curl -L --output-dir fiji/Fiji.app/jars/ -O "https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar"
curl -L --output-dir fiji/Fiji.app/jars/ -O "https://maven.scijava.org/content/groups/public/net/imglib2/imglib2/7.1.4/imglib2-7.1.4.jar"
- name: Set up engine using Jython script and Fiji headless
shell: bash
Expand All @@ -92,6 +93,11 @@ jobs:
run: |
ls fiji/Fiji.app/models/brightfield_nuclei
- name: rm file
shell: bash
run: |
rm /Users/runner/work/deepimagej-plugin/deepimagej-plugin/fiji/Fiji.app/jars/imglib2-6.1.0.jar
- name: Create a New Directory
run: mkdir -p outputs

Expand Down

0 comments on commit 17758e3

Please sign in to comment.