mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Merge pull request #1263 from t-woerner/tests_sanity_setuptools
tests/sanity/sanity.sh: Install setuptools with pip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user