diff --git a/.github/workflows/bioimageio_ci.yml b/.github/workflows/bioimageio_ci.yml index df268608..d8c753f6 100644 --- a/.github/workflows/bioimageio_ci.yml +++ b/.github/workflows/bioimageio_ci.yml @@ -23,12 +23,6 @@ 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 @@ -36,8 +30,13 @@ jobs: 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