Skip to content

Commit

Permalink
Mount /om when creating env
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinds committed Jul 6, 2023
1 parent 46c2bd8 commit 424616b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/guide-notebooks-slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
set -xe
cd ${WORKDIR}
singularity exec ${SINGULARITY_IMAGE} python -m venv ${WORKDIR}/env
singularity exec -B /om ${SINGULARITY_IMAGE} python -m venv ${WORKDIR}/env
util/singularity-exec-in-env.sh pip install --upgrade pip
util/singularity-exec-in-env.sh pip install jupyter
util/singularity-exec-in-env.sh pip install -e .
Expand Down

0 comments on commit 424616b

Please sign in to comment.