Merge pull request #1263 from t-woerner/tests_sanity_setuptools

tests/sanity/sanity.sh: Install setuptools with pip
This commit is contained in:
Rafael Guterres Jeffman
2024-06-28 12:29:42 -03:00
committed by GitHub

View File

@@ -13,6 +13,7 @@ python -m venv "$VENV"
source "$VENV"/bin/activate
python -m pip install --upgrade pip
pip install setuptools
pip install galaxy_importer
rm -f "$ANSIBLE_COLLECTION"-*.tar.gz