Skip to content

Commit

Permalink
fix: remove uneeded ansible-galaxy call from ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
giem-git committed Jan 8, 2025
1 parent 314211a commit d8e24c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ setup_python_venv() {
(
source "${PYTHON_VENV}/bin/activate"
pip install -r dev/requirements.txt
ansible-galaxy collection install community.general
)
return 0
}
Expand Down

0 comments on commit d8e24c9

Please sign in to comment.