Skip to content

Commit

Permalink
build with various Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 15, 2024
1 parent 2cab58d commit 5fbd5ca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/source_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,22 @@ jobs:
build_bf: [false]
build_zarr: [false]
build_snapshot: [false]
python-version:
- '3.10'
- '3.11'
- '3.12'
name: Build OMERO from source
runs-on: ubuntu-22.04
env:
ICE_HOME: /opt/ice-3.6.5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Ice and Ice python binding
if: matrix.build_snapshot
uses: ome/action-ice@v3
uses: jburel/action-ice@v3
- name: Set up Gradle 6.8.3
if: matrix.build_snapshot
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 5fbd5ca

Please sign in to comment.