Skip to content

Commit 1e3abe9

Browse files
authored
Merge branch 'develop' into nearly_no_doxygen_attic
2 parents df166d5 + df89a74 commit 1e3abe9

11 files changed

Lines changed: 691 additions & 543 deletions

.github/workflows/ci-github-actions-nexus.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121

2222
steps:
2323
- name: Checkout Action
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Setup Graphviz
2727
run: sudo apt-get install graphviz
2828

2929
- name: Install uv and Setup Python ${{ matrix.python-version }}
30-
uses: astral-sh/setup-uv@v7
30+
uses: astral-sh/setup-uv@v8.3.0
3131
with:
32-
version: "0.11.11"
32+
version: "0.11.26"
3333
python-version: ${{ matrix.python-version }}
3434

3535
- name: Install Project and All Dependencies
@@ -56,15 +56,15 @@ jobs:
5656

5757
steps:
5858
- name: Checkout Action
59-
uses: actions/checkout@v6
59+
uses: actions/checkout@v7
6060

6161
- name: Setup Graphviz
6262
run: brew install graphviz
6363

6464
- name: Install uv and Setup Python ${{ matrix.python-version }}
65-
uses: astral-sh/setup-uv@v7
65+
uses: astral-sh/setup-uv@v8.3.0
6666
with:
67-
version: "0.11.11"
67+
version: "0.11.26"
6868
python-version: ${{ matrix.python-version }}
6969

7070
- name: Install Project and All Dependencies
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Downgrade to Minimum Versions (Python 3.10 only)
7575
if: contains(matrix.python-version, '3.10')
76-
run: uv pip install numpy==1.22.0 scipy==1.8.0 spglib==1.16.0 cif2cell==2.1.0 pydot==2.0.0 seekpath==2.0.0
76+
run: uv pip install numpy==1.22.0 scipy==1.8.0 spglib==1.16.0 cif2cell==2.1.0 pydot==2.0.0 seekpath==2.0.0 matplotlib==3.8.4
7777
working-directory: ./nexus
7878

7979
- name: Run Nexus Tests

.github/workflows/ci-github-actions-self-hosted.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Checkout PR branch
7373
if: steps.check.outputs.triggered == 'true'
74-
uses: actions/checkout@v6
74+
uses: actions/checkout@v7
7575
with:
7676
token: ${{secrets.GITHUB_TOKEN}}
7777
repository: ${{fromJson(steps.request.outputs.data).head.repo.full_name}}
@@ -170,7 +170,7 @@ jobs:
170170
171171
- name: Checkout PR branch
172172
if: steps.check.outputs.triggered == 'true'
173-
uses: actions/checkout@v6
173+
uses: actions/checkout@v7
174174
with:
175175
token: ${{secrets.GITHUB_TOKEN}}
176176
repository: ${{fromJson(steps.request.outputs.data).head.repo.full_name}}
@@ -266,7 +266,7 @@ jobs:
266266
267267
- name: Checkout PR branch
268268
if: steps.check.outputs.triggered == 'true'
269-
uses: actions/checkout@v6
269+
uses: actions/checkout@v7
270270
with:
271271
token: ${{secrets.GITHUB_TOKEN}}
272272
repository: ${{fromJson(steps.request.outputs.data).head.repo.full_name}}
@@ -362,7 +362,7 @@ jobs:
362362
363363
- name: Checkout PR branch
364364
if: steps.check.outputs.triggered == 'true'
365-
uses: actions/checkout@v6
365+
uses: actions/checkout@v7
366366
with:
367367
token: ${{secrets.GITHUB_TOKEN}}
368368
repository: ${{fromJson(steps.request.outputs.data).head.repo.full_name}}

.github/workflows/ci-github-actions-static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout Action
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434

3535
- name: Configure
3636
run: tests/test_automation/github-actions/ci/run_step_static.sh configure

.github/workflows/ci-github-actions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
steps:
130130
- name: Checkout Action
131-
uses: actions/checkout@v6
131+
uses: actions/checkout@v7
132132

133133
- name: Configure
134134
run: tests/test_automation/github-actions/ci/run_step.sh configure
@@ -167,7 +167,7 @@ jobs:
167167

168168
steps:
169169
- name: Checkout Action
170-
uses: actions/checkout@v6
170+
uses: actions/checkout@v7
171171

172172
- name: Set Python Version
173173
uses: actions/setup-python@v6
@@ -229,7 +229,7 @@ jobs:
229229

230230
steps:
231231
- name: Checkout Action
232-
uses: actions/checkout@v6
232+
uses: actions/checkout@v7
233233

234234
- name: Echo Debug
235235
run: |

.github/workflows/ghcr-develop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Log in to the Container registry
2525
uses: docker/login-action@v4

.github/workflows/update-ghcr-ci-image-centos10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Log in to the Container registry
2727
uses: docker/login-action@v4

.github/workflows/update-ghcr-ci-image-ubuntu22-clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Log in to the Container registry
2727
uses: docker/login-action@v4

.github/workflows/update-ghcr-ci-image-ubuntu22-openmpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Log in to the Container registry
2727
uses: docker/login-action@v4

.github/workflows/update-ghcr-ci-image-ubuntu22-serial.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Log in to the Container registry
2727
uses: docker/login-action@v4

.github/workflows/update-ghcr-ci-image-ubuntu24-openmpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Log in to the Container registry
2727
uses: docker/login-action@v4

0 commit comments

Comments
 (0)