Skip to content

Commit 5fbd5ca

Browse files
committed
build with various Python version
1 parent 2cab58d commit 5fbd5ca

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/source_build.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,22 @@ jobs:
1212
build_bf: [false]
1313
build_zarr: [false]
1414
build_snapshot: [false]
15+
python-version:
16+
- '3.10'
17+
- '3.11'
18+
- '3.12'
1519
name: Build OMERO from source
1620
runs-on: ubuntu-22.04
1721
env:
1822
ICE_HOME: /opt/ice-3.6.5
1923
steps:
2024
- uses: actions/checkout@v4
25+
- uses: actions/setup-python@v4
26+
with:
27+
python-version: ${{ matrix.python-version }}
2128
- name: Install Ice and Ice python binding
2229
if: matrix.build_snapshot
23-
uses: ome/action-ice@v3
30+
uses: jburel/action-ice@v3
2431
- name: Set up Gradle 6.8.3
2532
if: matrix.build_snapshot
2633
uses: gradle/gradle-build-action@v2

0 commit comments

Comments
 (0)