Skip to content

Commit d52aec5

Browse files
fix workflows/ubuntu-ci-x86_64-gnu.yaml
1 parent 06a5d77 commit d52aec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu-ci-x86_64-gnu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
echo "# nothing" >> ${SPACK_STACK_DIR}/envs/chaintest/common/packages.yaml
197197
spack stack create env --name chaintest3 --site linux.default --compiler gcc --upstream ${SPACK_STACK_DIR}/envs/chaintest/install 2>&1 | tee stderr.txt
198198
cnt=$(grep -c "WARNING.*do not match" stderr.txt || true)
199-
if [ $cnt -ne 2 ]; then echo "Missing 'create env' warnings"; exit 1; fi
199+
if [ $cnt -lt 3 ]; then echo "Missing 'create env' warnings"; exit 1; fi
200200
201201
- name: test-env
202202
run: |

0 commit comments

Comments
 (0)