diff --git a/.github/workflows/source_build.yml b/.github/workflows/source_build.yml index 4f97849a152..71647f55b3b 100644 --- a/.github/workflows/source_build.yml +++ b/.github/workflows/source_build.yml @@ -12,9 +12,28 @@ jobs: steps: - uses: actions/checkout@v2 - uses: ome/action-ice@v1 + - name: Checkout repositories + run: | + cd .. + WORKSPACE=$(pwd) + echo "space="${WORKSPACE} >> $GITHUB_ENV + git clone -b dependency-updates https://github.com/jburel/ZarrReader + - name: Build ZarrReader + run: | + cd $space/ZarrReader + mvn install - name: Install and run flake8 run: | + cd $space/openmicroscopy pip install flake8 flake8 . - name: Build - run: ./build.py + run: | + cd $space/openmicroscopy + ./build.py + - name: Check .m2 + run: ls -alR ${HOME}/.m2 + - name: Rebuild + run: | + cd $space/openmicroscopy + ./build.py clean && ./build.py diff --git a/etc/omero.properties b/etc/omero.properties index b0a06895f69..ed71ca7e8ec 100644 --- a/etc/omero.properties +++ b/etc/omero.properties @@ -212,6 +212,6 @@ versions.omero-blitz=5.5.10 versions.omero-common-test=5.5.9 versions.omero-gateway=5.6.9 versions.omero-scripts=5.6.2 -versions.OMEZarrReader=0.2.0 +versions.OMEZarrReader=0.2.1-SNAPSHOT ## Global overrides, if empty ignored versions.bioformats=