Skip to content

Commit 3c708f5

Browse files
committed
add MPIPreferences to intel test
1 parent 1e59f2d commit 3c708f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/UnitTests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,12 @@ jobs:
522522
${{ runner.os }}-test-
523523
${{ runner.os }}-
524524
525+
- name: add MPIPreferences
526+
shell: julia --color=yes --project=. {0}
527+
run: |
528+
using Pkg
529+
Pkg.develop(path="lib/MPIPreferences")
530+
525531
# We can't use the usual actions here as we need to ensure the environment variables are set
526532
- name: "Build package"
527533
run: |

0 commit comments

Comments
 (0)