containerize: ensure bootstrap images contain all system dependencies (#36818)

This also makes `spack bootstrap status` exit 1 if some dependency is missing
This commit is contained in:
Jonathon Anderson
2023-08-09 02:46:59 -05:00
committed by GitHub
parent 3d733da70a
commit 9aa3b4619b
9 changed files with 27 additions and 3 deletions

View File

@@ -165,6 +165,7 @@ jobs:
- name: Install Python packages
run: |
pip install --upgrade pip setuptools pytest coverage[toml] pytest-cov clingo pytest-xdist
pip install --upgrade flake8 "isort>=4.3.5" "mypy>=0.900" "click" "black"
- name: Setup git configuration
run: |
# Need this for the git tests to succeed.