Skip to content

Commit

Permalink
[CI] tox job was missing proper ansible cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cristicalin committed Mar 29, 2022
1 parent 21ef948 commit ad643fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tox-inventory-builder:
- ./tests/scripts/rebase.sh
- apt-get update && apt-get install -y python3-pip
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
- python -m pip uninstall -y ansible
- python -m pip uninstall -y ansible ansible-base ansible-core
- python -m pip install -r tests/requirements.txt
script:
- pip3 install tox
Expand Down

0 comments on commit ad643fc

Please sign in to comment.