Skip to content

Commit

Permalink
change file from where imagej is called in headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 13, 2024
1 parent 6419e01 commit 3f3d9de
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: macos-arm64
os: macos-14
url_file_name: fiji-macosx.zip
fiji_executable: ImageJ-macosx
fiji_executable: Contents/MacOS/ImageJ-macosx
- name: macos-x86_64
os: macos-13
url_file_name: fiji-macosx.zip
fiji_executable: ImageJ-macosx
fiji_executable: Contents/MacOS/ImageJ-macosx
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -81,10 +81,6 @@ jobs:
curl -L --output-dir fiji/Fiji.app/jars/ -O "https://maven.scijava.org/content/groups/public/io/bioimage/dl-modelrunner/0.5.10-SNAPSHOT/dl-modelrunner-0.5.10-20241112.235152-66.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"
- name: see contents
shell: bash
run: ls fiji/Fiji.app

- name: Set up engine using Jython script and Fiji headless
shell: bash
run: |
Expand Down

0 comments on commit 3f3d9de

Please sign in to comment.