docs: remove outdated ansible-galaxy install from CONTRIBUTING.md (#13038)

This commit is contained in:
Timothy Liao
2026-02-24 14:51:35 +08:00
committed by GitHub
parent 4ca7c2f5c5
commit d80983875c

View File

@@ -12,7 +12,6 @@ To install development dependencies you can set up a python virtual env with the
virtualenv venv
source venv/bin/activate
pip install -r tests/requirements.txt
ansible-galaxy install -r tests/requirements.yml
```
#### Linting