Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Dec 11, 2024
1 parent a07787d commit b272c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perlmutter-no-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4.1.0
- run: |
cat <<EOF > .${{ github.ref }}.slurm
cat <<EOF > .${{ github.run_id }}.slurm
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
cd ${{ github.workspace }}/no-cache/build
Expand All @@ -62,4 +62,4 @@ jobs:
EOF
sbatch $SCHEDULER_PARAMETERS .${{ github.ref }}.slurm
sbatch $SCHEDULER_PARAMETERS .${{ github.run_id }}.slurm

0 comments on commit b272c2a

Please sign in to comment.