Skip to content

Commit 42e9570

Browse files
authored
Merge branch 'main' into fix/outputs-makefile
2 parents b90510f + c75f633 commit 42e9570

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

outputs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DOCKER_RUN_OPTS :=
1414

1515

1616
# Name of the container we'll generate the tutorial outputs with
17-
container := ghcr.io/spack/tutorial:latest
17+
container := ghcr.io/spack/tutorial:latest@sha256:978cbf0a169644b3bc06f30a397770ee935b1836aa742f7996b4d74d7a4e4721
1818

1919
# Sections to build
2020
sections := environments

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Sphinx==8.2.3
44
sphinxcontrib-programoutput==0.18
55
sphinx-rtd-theme==3.0.2
66
sphinx-copybutton==0.5.2
7-
python-levenshtein==0.26.1
7+
python-levenshtein==0.27.1
88
docutils==0.20.1
99
Pygments==2.19.1

tutorial_developer_workflows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,12 @@ The additional features of the install command are unnecessary when tightly iter
333333
$ spack build-env scr -- bash
334334
# Shell wrappers didn't propagate to the subshell
335335
$ source $SPACK_ROOT/share/spack/setup-env.sh
336-
# Let's look at navigation features
336+
# Lets look at navigation features
337337
$ spack cd --help
338338
$ spack cd -c scr
339339
$ touch src/scr_copy.c
340340
$ spack cd -b scr
341-
# Let's look at what's here
341+
# Lets look at whats here
342342
$ ls
343343
# Build and run tests
344344
$ make -j2

0 commit comments

Comments
 (0)