File tree Expand file tree Collapse file tree 4 files changed +16
-13
lines changed Expand file tree Collapse file tree 4 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 precommit :
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111 timeout-minutes : 2
1212 name : Run pre-commit
1313 steps :
1616 -
uses :
pre-commit/[email protected] 1717
1818 test_omero :
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020 timeout-minutes : 20
2121 name : Test OMERO Helm charts
2222 strategy :
2727 helm-version : v3.5.4
2828 # v4 supports k3s 1.24+
2929 k3s-helm-version : v3
30- - k3s-version : v1.31.1 +k3s1
31- helm-version : v3.16 .2
30+ - k3s-version : v1.32.3 +k3s1
31+ helm-version : v3.17 .2
3232 steps :
3333 - uses : actions/checkout@v4
3434 with :
5151
5252 - name : Install dependencies
5353 run : |
54- conda install -y -q -c conda-forge python=3.10 omero-py pytest requests ruamel.yaml docker-py
54+ conda install -y -q -c conda-forge python=3.12 omero-py pytest requests ruamel.yaml docker-py
5555 # $CONDA/bin/pip install -r dev-requirements.txt
5656 echo "$CONDA/bin" >> $GITHUB_PATH
5757
6363
6464 # This job can be used as a required status for Pull Requests
6565 status :
66- runs-on : ubuntu-22 .04
66+ runs-on : ubuntu-24 .04
6767 timeout-minutes : 2
6868 name : Status
6969 needs :
7676 echo "test_omero: ${{ needs.test_omero.result }}"
7777
7878 publish :
79- runs-on : ubuntu-22 .04
79+ runs-on : ubuntu-24 .04
8080 permissions :
8181 contents : write
8282 name : Publish OMERO Helm charts
@@ -92,13 +92,13 @@ jobs:
9292
9393 - uses : actions/setup-python@v5
9494 with :
95- python-version : " 3.10 "
95+ python-version : " 3.12 "
9696 cache : pip
9797 cache-dependency-path : dev-requirements.txt
9898
9999 - uses : azure/setup-helm@v4
100100 with :
101- version : v3.16 .2
101+ version : v3.17 .2
102102
103103 - name : Install dependencies
104104 run : pip install -r dev-requirements.txt
Original file line number Diff line number Diff line change 88 rev : v6.2.1
99 hooks :
1010 - id : beautysh
11+ # Workaround bug: ModuleNotFoundError: No module named 'pkg_resources'
12+ additional_dependencies :
13+ - setuptools
1114 - repo : https://github.com/gruntwork-io/pre-commit
1215 rev : v0.1.23
1316 hooks :
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : 5.6.14
2+ appVersion : 5.6.15-0
33description : OMERO.server
44name : omero-server
5- version : 0.4.9
5+ version : 0.4.10
66icon : https://www.openmicroscopy.org/img/logos/omero-logomark.svg
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : 5.28 .0-1
2+ appVersion : 5.29 .0-1
33description : OMERO.web
44name : omero-web
5- version : 0.4.7
5+ version : 0.4.8
66icon : https://www.openmicroscopy.org/img/logos/omero-logomark.svg
You can’t perform that action at this time.
0 commit comments