We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254e72f commit fb42f09Copy full SHA for fb42f09
.github/workflows/perlmutter-no-cache.yaml
@@ -36,8 +36,8 @@ jobs:
36
with:
37
name: "${{ github.job }}"
38
path: |
39
- build
40
- install
+ ${{ github.workspace }}/build
+ ${{ github.workspace }}/install
41
42
parallel-pdc:
43
needs:
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/[email protected]
56
- run: |
57
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
58
- cd install
+ cd ${{ github.workspace }}/install
59
ctest -L parallel_pdc
60
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
61
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
ctest -L parallel_obj
81
82
0 commit comments