mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +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
|
source "$VENV"/bin/activate
|
||||||
|
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
pip install setuptools
|
||||||
pip install galaxy_importer
|
pip install galaxy_importer
|
||||||
|
|
||||||
rm -f "$ANSIBLE_COLLECTION"-*.tar.gz
|
rm -f "$ANSIBLE_COLLECTION"-*.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user