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 844247e commit a85cea3Copy full SHA for a85cea3
.github/workflows/perlmutter-no-cache.yaml
@@ -9,7 +9,6 @@ concurrency:
9
env:
10
GOOGLE_CREDENTIALS: "${{ secrets.GOOGLE_CREDENTIALS }}"
11
GOOGLE_SPREADSHEET_ID: "${{ secrets.GOOGLE_SPREADSHEET_ID }}"
12
- PDC_PATH: "${{ github.workspace }}/${{ github.run_id }}"
13
PDC_BUILD_PATH: "${{ github.workspace }}/${{ github.run_id }}/build"
14
PDC_INSTALL_PATH: "${{ github.workspace }}/${{ github.run_id }}/install"
15
PDC_TMPDIR: "${{ github.workspace }}/${{ github.run_id }}/pdc-tmp-paralell-pdc"
@@ -26,8 +25,6 @@ jobs:
26
25
timeout-minutes: 2880
27
steps:
28
- uses: actions/[email protected]
29
- with:
30
- path: "${{ github.run_id }}/pdc"
31
- run: |
32
module load libfabric
33
module list
0 commit comments