Skip to content

Commit 05c7f88

Browse files
eschnettgiordano
andauthored
Allow MPICH 5.0 (#933)
* Allow MPICH 5.0 * [CI] Include Project.toml in list of triggers --------- Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
1 parent fd2c6c2 commit 05c7f88

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Unit Tests
22

33
on:
44
pull_request:
5-
paths:
5+
paths: &paths
66
- '.github/workflows/UnitTests.yml'
7+
- 'Project.toml'
78
- 'bin/**'
89
- 'deps/**'
910
- 'src/**'
@@ -13,13 +14,7 @@ on:
1314
branches:
1415
- master
1516
- release-*
16-
paths:
17-
- '.github/workflows/UnitTests.yml'
18-
- 'bin/**'
19-
- 'deps/**'
20-
- 'src/**'
21-
- 'test/**'
22-
- 'lib/**'
17+
paths: *paths
2318

2419
concurrency:
2520
# Skip intermediate builds: all builds except for builds on the `master` branch

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AMDGPU = "0.6, 0.7, 0.8, 0.9, 1, 2"
2424
CUDA = "3, 4, 5"
2525
DocStringExtensions = "0.8, 0.9"
2626
Libdl = "1"
27-
MPICH_jll = "4"
27+
MPICH_jll = "4, 5"
2828
MPIPreferences = "0.1.8"
2929
MPItrampoline_jll = "5"
3030
OpenMPI_jll = "4, 5"

0 commit comments

Comments
 (0)