Skip to content
Snippets Groups Projects
Unverified Commit 719d1cd0 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #1263 from t-woerner/tests_sanity_setuptools

tests/sanity/sanity.sh: Install setuptools with pip
parents 832d44d9 e867373f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment