Skip to content

Commit 6128945

Browse files
Merge pull request #91 from Exabyte-io/epic/SOF-7450
Epic/sof 7450 - AlmaLinux Updates - Tracking in `SOF-7660`
2 parents 7ce3c4d + 8917899 commit 6128945

18 files changed

+1984
-1400
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run Yaml linter
2929
uses: ./actions/yaml/lint
3030
with:
31-
python-version: 3.8
31+
python-version: 3.10.13
3232
targets: ./assets
3333

3434
run-js-tests:
@@ -37,8 +37,8 @@ jobs:
3737
strategy:
3838
matrix:
3939
node-version:
40-
- 14.x
4140
- 20.x
41+
- 22.x
4242

4343
steps:
4444
- name: Checkout this repository

assets/subworkflows/espresso/average_electrostatic_potential_find_minima.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# array_from_context
55
application:
66
name: python
7-
version: 3.8.6
7+
version: 3.10.13
88
method:
99
name: UnknownMethod
1010
model:

assets/subworkflows/espresso/espresso_extract_kpoints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Extract KPOINTS
44
application:
55
name: python
6-
version: 3.8.6
6+
version: 3.10.13
77
method:
88
name: UnknownMethod
99
model:

assets/subworkflows/espresso/espresso_xml_get_qpt_irr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
application:
22
name: python
3-
version: 3.8.6
3+
version: 3.10.13
44
dynamicSubworkflow:
55
name: getQpointIrrep
66
subfolder: espresso

assets/subworkflows/espresso/post_processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
application:
22
name: shell
3-
version: 4.2.46
3+
version: 5.1.8
44
method:
55
name: UnknownMethod
66
model:

assets/subworkflows/espresso/pre_processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
application:
22
name: shell
3-
version: 4.2.46
3+
version: 5.1.8
44
method:
55
name: UnknownMethod
66
model:

assets/subworkflows/espresso/valence_band_offset_calc_from_previous_esp_vbm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# VBM_LEFT, VBM_RIGHT, AVG_ESP_LEFT, AVG_ESP_RIGHT, AVG_ESP_INTERFACE
55
application:
66
name: python
7-
version: 3.8.6
7+
version: 3.10.13
88
method:
99
name: UnknownMethod
1010
model:

assets/subworkflows/exabyteml/classification_tail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
application:
22
name: python
3-
version: 3.8.6
3+
version: 3.10.13
44
method:
55
name: UnknownMethod
66
model:

assets/subworkflows/exabyteml/clustering_tail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
application:
22
name: python
3-
version: 3.8.6
3+
version: 3.10.13
44
method:
55
name: UnknownMethod
66
model:

assets/subworkflows/exabyteml/regression_tail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
application:
22
name: python
3-
version: 3.8.6
3+
version: 3.10.13
44
method:
55
name: UnknownMethod
66
model:

0 commit comments

Comments
 (0)