We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b598a52 commit ae324f7Copy full SHA for ae324f7
1 file changed
.github/workflows/outputs.yml
@@ -42,9 +42,9 @@ jobs:
42
43
- name: Re-generate outputs from tutorial scripts
44
run: |
45
+ docker volume create spack
46
+ DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94 -v spack:/home/spack/spack"
47
chmod -R a+w outputs
- mkdir shared-spack && chmod -R a+rwx shared-spack
- DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94 -v $(pwd)/shared-spack:/home/spack/spack"
48
make -C outputs -j $(nproc) DOCKER_RUN_OPTS="$DOCKER_RUN_OPTS" container=ghcr.io/spack/tutorial
49
50
- name: Show diff of modified files
0 commit comments