Skip to content

Commit 4d84389

Browse files
committed
Temporarily comment out spack info due to textwrap error
Signed-off-by: Alec Scott <scott112@llnl.gov>
1 parent c7f7879 commit 4d84389

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/outputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Re-generate outputs from tutorial scripts
4444
run: |
4545
chmod -R a+w outputs
46-
make -C outputs -j $(nproc) DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94 -i" container=ghcr.io/spack/tutorial
46+
make -C outputs -j $(nproc) DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94" container=ghcr.io/spack/tutorial
4747
4848
- name: Show diff of modified files
4949
run: |

outputs/packaging.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ example packaging/checksum-mpileaks-1 "spack checksum tutorial-mpileaks 1.0"
2020

2121
example --expect-error packaging/install-mpileaks-1 "spack install tutorial-mpileaks"
2222

23-
cp "$PROJECT/package-py-files/1.package.py" "$mpileaks_package_py"
24-
example packaging/info-mpileaks "spack info tutorial-mpileaks"
23+
#cp "$PROJECT/package-py-files/1.package.py" "$mpileaks_package_py"
24+
#example packaging/info-mpileaks "spack info tutorial-mpileaks"
2525

2626
cp "$PROJECT/package-py-files/2.package.py" "$mpileaks_package_py"
2727
example --expect-error packaging/install-mpileaks-2 "spack install tutorial-mpileaks"

0 commit comments

Comments
 (0)