|
77 | 77 | version: ${{ matrix.julia_version }}
|
78 | 78 | - uses: julia-actions/cache@v1
|
79 | 79 |
|
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 |
81 | 87 | shell: julia --color=yes --project=test {0}
|
82 | 88 | run: |
|
83 | 89 | using Pkg
|
@@ -115,6 +121,11 @@ jobs:
|
115 | 121 | version: ${{ matrix.julia_version }}
|
116 | 122 |
|
117 | 123 | - 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") |
118 | 129 |
|
119 | 130 | - name: add MPIPreferences, use system
|
120 | 131 | shell: julia --color=yes --project=test {0}
|
@@ -164,6 +175,11 @@ jobs:
|
164 | 175 | version: ${{ matrix.julia_version }}
|
165 | 176 |
|
166 | 177 | - 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") |
167 | 183 |
|
168 | 184 | - name: add MPIPreferences, use system
|
169 | 185 | shell: julia --color=yes --project=test {0}
|
@@ -226,6 +242,11 @@ jobs:
|
226 | 242 | version: ${{ matrix.julia_version }}
|
227 | 243 |
|
228 | 244 | - 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") |
229 | 250 |
|
230 | 251 | # we can't use the usual actions here as we need to ensure the environment variables are set
|
231 | 252 | - name: "Build package"
|
@@ -266,6 +287,11 @@ jobs:
|
266 | 287 | version: ${{ matrix.julia_version }}
|
267 | 288 |
|
268 | 289 | - 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") |
269 | 295 |
|
270 | 296 | - name: add MPIPreferences, use system
|
271 | 297 | shell: julia --color=yes --project=test {0}
|
|
0 commit comments