Skip to content

Commit

Permalink
ci: ensure we test apptainer with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 14, 2024
1 parent ddea9a3 commit 13f1cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_apptainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
TMPDIR=$(mktemp -d)
cp pysr.sif $TMPDIR
cd $TMPDIR
apptainer test ./pysr.sif
sudo apptainer test ./pysr.sif

0 comments on commit 13f1cb0

Please sign in to comment.