Skip to content

Commit 9109788

Browse files
committed
dev MPIPreferences
1 parent 0a32767 commit 9109788

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

.github/workflows/UnitTests.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,13 @@ jobs:
7777
version: ${{ matrix.julia_version }}
7878
- uses: julia-actions/cache@v1
7979

80-
- name: add MPIPreferences, use system
80+
- name: add MPIPreferences
81+
shell: julia --color=yes --project=. {0}
82+
run: |
83+
using Pkg
84+
Pkg.develop(path="lib/MPIPreferences")
85+
86+
- name: add test MPIPreferences, use system
8187
shell: julia --color=yes --project=test {0}
8288
run: |
8389
using Pkg
@@ -115,6 +121,11 @@ jobs:
115121
version: ${{ matrix.julia_version }}
116122

117123
- uses: julia-actions/cache@v1
124+
- name: add MPIPreferences
125+
shell: julia --color=yes --project=. {0}
126+
run: |
127+
using Pkg
128+
Pkg.develop(path="lib/MPIPreferences")
118129
119130
- name: add MPIPreferences, use system
120131
shell: julia --color=yes --project=test {0}
@@ -164,6 +175,11 @@ jobs:
164175
version: ${{ matrix.julia_version }}
165176

166177
- uses: julia-actions/cache@v1
178+
- name: add MPIPreferences
179+
shell: julia --color=yes --project=. {0}
180+
run: |
181+
using Pkg
182+
Pkg.develop(path="lib/MPIPreferences")
167183
168184
- name: add MPIPreferences, use system
169185
shell: julia --color=yes --project=test {0}
@@ -226,6 +242,11 @@ jobs:
226242
version: ${{ matrix.julia_version }}
227243

228244
- uses: julia-actions/cache@v1
245+
- name: add MPIPreferences
246+
shell: julia --color=yes --project=. {0}
247+
run: |
248+
using Pkg
249+
Pkg.develop(path="lib/MPIPreferences")
229250
230251
# we can't use the usual actions here as we need to ensure the environment variables are set
231252
- name: "Build package"
@@ -266,6 +287,11 @@ jobs:
266287
version: ${{ matrix.julia_version }}
267288

268289
- uses: julia-actions/cache@v1
290+
- name: add MPIPreferences
291+
shell: julia --color=yes --project=. {0}
292+
run: |
293+
using Pkg
294+
Pkg.develop(path="lib/MPIPreferences")
269295
270296
- name: add MPIPreferences, use system
271297
shell: julia --color=yes --project=test {0}

0 commit comments

Comments
 (0)