Skip to content

Commit

Permalink
Fixes SC1091 error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Palmer committed Jul 11, 2024
1 parent 827c4bd commit 7769fe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build-platypus-csd3-sapphire.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
#SBATCH --cpus-per-task=1
#SBATCH -o out_%j_%A_%a
#SBATCH --exclusive
./etc/profile.d/modules.sh

# shellcheck source=/dev/null
. /etc/profile.d/modules.sh

# TODO:
# - Update the platypus-commit to master once the Platypus PR which makes
Expand Down

0 comments on commit 7769fe8

Please sign in to comment.