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 7
7
8
8
jobs :
9
9
precommit :
10
- runs-on : ubuntu-22 .04
10
+ runs-on : ubuntu-24 .04
11
11
timeout-minutes : 2
12
12
name : Run pre-commit
13
13
steps :
16
16
-
uses :
pre-commit/[email protected]
17
17
18
18
test_omero :
19
- runs-on : ubuntu-22 .04
19
+ runs-on : ubuntu-24 .04
20
20
timeout-minutes : 20
21
21
name : Test OMERO Helm charts
22
22
strategy :
27
27
helm-version : v3.5.4
28
28
# v4 supports k3s 1.24+
29
29
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
32
32
steps :
33
33
- uses : actions/checkout@v4
34
34
with :
51
51
52
52
- name : Install dependencies
53
53
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
55
55
# $CONDA/bin/pip install -r dev-requirements.txt
56
56
echo "$CONDA/bin" >> $GITHUB_PATH
57
57
63
63
64
64
# This job can be used as a required status for Pull Requests
65
65
status :
66
- runs-on : ubuntu-22 .04
66
+ runs-on : ubuntu-24 .04
67
67
timeout-minutes : 2
68
68
name : Status
69
69
needs :
76
76
echo "test_omero: ${{ needs.test_omero.result }}"
77
77
78
78
publish :
79
- runs-on : ubuntu-22 .04
79
+ runs-on : ubuntu-24 .04
80
80
permissions :
81
81
contents : write
82
82
name : Publish OMERO Helm charts
@@ -92,13 +92,13 @@ jobs:
92
92
93
93
- uses : actions/setup-python@v5
94
94
with :
95
- python-version : " 3.10 "
95
+ python-version : " 3.12 "
96
96
cache : pip
97
97
cache-dependency-path : dev-requirements.txt
98
98
99
99
- uses : azure/setup-helm@v4
100
100
with :
101
- version : v3.16 .2
101
+ version : v3.17 .2
102
102
103
103
- name : Install dependencies
104
104
run : pip install -r dev-requirements.txt
Original file line number Diff line number Diff line change 8
8
rev : v6.2.1
9
9
hooks :
10
10
- id : beautysh
11
+ # Workaround bug: ModuleNotFoundError: No module named 'pkg_resources'
12
+ additional_dependencies :
13
+ - setuptools
11
14
- repo : https://github.com/gruntwork-io/pre-commit
12
15
rev : v0.1.23
13
16
hooks :
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : 5.6.14
2
+ appVersion : 5.6.15-0
3
3
description : OMERO.server
4
4
name : omero-server
5
- version : 0.4.9
5
+ version : 0.4.10
6
6
icon : https://www.openmicroscopy.org/img/logos/omero-logomark.svg
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : 5.28 .0-1
2
+ appVersion : 5.29 .0-1
3
3
description : OMERO.web
4
4
name : omero-web
5
- version : 0.4.7
5
+ version : 0.4.8
6
6
icon : https://www.openmicroscopy.org/img/logos/omero-logomark.svg
You can’t perform that action at this time.
0 commit comments