Skip to content

Commit

Permalink
Print some debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinds committed Jul 3, 2023
1 parent e6d5f56 commit f07ed82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/guide-notebooks-slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: |
cd ${{ github.workspace }}
for notebook in $(ls guide/[0-9][0-9]-*.ipynb); do
echo "running ${notebook} from ${PWD}"
singularity exec \
--nv -B /om \
${HOME}/img/tensorflow_latest-gpu.sif \
Expand All @@ -67,4 +68,5 @@ jobs:
env:
jobid: ${{needs.start-node-runner.outputs.jobid}}
run: |
echo "jobid is ${jobid}"
scancel ${jobid}

0 comments on commit f07ed82

Please sign in to comment.