chore: use ansible from inside venv to have full control of version, etc

This commit is contained in:
Benjamin Labrecque
2026-07-10 10:27:14 +02:00
parent 4a776d572b
commit a940df0ad8
+3 -3
View File
@@ -31,10 +31,10 @@ jobs:
SERVICE_NAME="${BRANCH#feature/add-service-}"
echo "service_name_lower=$SERVICE_NAME" >> $GITHUB_OUTPUT
- name: Initialize Virtual Environment from pyproject.toml
- name: Initialize Virtual Environment from cli/pyproject.toml
run: |
cd cli
uv sync
uv venv .venv
uv sync --directory cli
- name: Install Ansible Galaxy Collections
run: |