diff --git a/.github/workflows/load_testing.yaml b/.github/workflows/load_testing.yaml index 5c81df0f..87c8b4eb 100644 --- a/.github/workflows/load_testing.yaml +++ b/.github/workflows/load_testing.yaml @@ -65,11 +65,12 @@ jobs: terraform_version: 1.5.6 - name: Install Ansible + env: + ANSIBLE_PYTHON_INTERPRETER: /home/runner/_work/_tool/Python/3.12.0/x64/bin/python run: | - python --version python -m pip install --upgrade pip - pip install ansible ansible-core google-auth - # pip install -r infrastructure/loadtests/ansible/requirements.txt + # pip install ansible ansible-core google-auth + pip install -r infrastructure/loadtests/ansible/requirements.txt ansible-galaxy install -r infrastructure/loadtests/ansible/requirements.yml - name: Terraform Init And Apply