Skip to content

Commit 5c8be14

Browse files
committed
merge main and resolve conflicts
2 parents d0e7153 + 0aea12c commit 5c8be14

File tree

71 files changed

+1458
-678
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1458
-678
lines changed

.eslintrc.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
{
2-
"extends": ["@exabyte-io/eslint-config"]
2+
"extends": [
3+
"@exabyte-io/eslint-config"
4+
],
5+
"ignorePatterns": [
6+
"dist/",
7+
"src/workflows/workflows.js"
8+
],
9+
"settings": {
10+
"import/resolver": {
11+
"node": {
12+
"extensions": [
13+
".js",
14+
".jsx",
15+
".ts",
16+
".tsx"
17+
]
18+
}
19+
}
20+
}
321
}
4-

.github/workflows/cicd.yml

Lines changed: 3 additions & 4 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-
- "20"
41-
- "22"
40+
- 20.x
41+
- 22.x
4242

4343
steps:
4444
- name: Checkout this repository
@@ -77,4 +77,3 @@ jobs:
7777
with:
7878
npm-token: ${{ secrets.NPM_TOKEN }}
7979
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
80-

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:

0 commit comments

Comments
 (0)