chore: use ansible from inside venv to have full control of version, etc
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user