Skip to content

Commit

Permalink
install maven
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m authored Dec 18, 2023
1 parent 352827e commit 2104926
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/bioimageio_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,20 @@ jobs:

run:
runs-on: ubuntu-latest
needs: setup
if: needs.setup.outputs.pending_empty == 'no'
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.setup.outputs.version_matrix) }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: bioimage-io/collection-bioimage-io
ref: gh-pages
path: bioimageio-gh-pages
- name: Download ilastik env
run: wget --output-document env.yaml ${{ matrix.env_url }}
- name: Setup Maven Action
uses: s4u/setup-maven-action@< version >
with:
java-version: 11
maven-version: 3.9.5
- name: Download JDLL
run: git clone
- name: ignore unrelated packages
run: sed -i '/multi-hypotheses-tracking-with-gurobi/d; /gurobi-symlink/d' env.yaml
- name: Setup ilastik env
Expand Down

0 comments on commit 2104926

Please sign in to comment.