There was an error while loading. Please reload this page.
1 parent 7af0ce7 commit 9639abbCopy full SHA for 9639abb
1 file changed
outputs/environments.sh
@@ -108,8 +108,7 @@ example environments/incremental-1 "spack install --add python"
108
# seemingly indefinitely. (Have tested waiting 1h 15m before giving up.)
109
# example environments/incremental-1 "spack install --add py-numpy@1.20 2>&1 | tail -n1"
110
111
-# v1.1: Spack failed to concretize the environment after adding py-numpy
112
-# https://github.com/spack/spack-tutorial/actions/runs/19397756937/job/55500422438?pr=501
+# These commands should be fine, although we had a transient failure with them
113
example environments/incremental-2 "spack add py-numpy@1.20"
114
example environments/incremental-2 "spack concretize -f"
115
0 commit comments