Skip to content

Commit

Permalink
correct finally
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 24, 2024
1 parent 34673b4 commit db1884d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Download dependencies
shell: bash
run: |
curl -L --output-dir fiji/Fiji.app/jars/ -O "https://maven.scijava.org/content/groups/public/io/bioimage/dl-modelrunner/0.5.11-SNAPSHOT/dl-modelrunner-0.5.11-20241123.134210-7.jar"
#curl -L --output-dir fiji/Fiji.app/jars/ -O "https://maven.scijava.org/content/groups/public/io/bioimage/dl-modelrunner/0.5.11-SNAPSHOT/dl-modelrunner-0.5.11-20241123.134210-7.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"
Expand Down

0 comments on commit db1884d

Please sign in to comment.