Skip to content

Commit

Permalink
force ansible to use installed python
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere committed Nov 2, 2023
1 parent a35ac84 commit 7c8857b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/load_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
env:
ANSIBLE_PYTHON_INTERPRETER: /home/runner/_work/_tool/Python/3.12.0/x64/bin/python
run: |
python -m pip install --upgrade pip
/home/runner/_work/_tool/Python/3.12.0/x64/bin/python -m pip install --upgrade pip
# pip install ansible ansible-core google-auth
pip install -r infrastructure/loadtests/ansible/requirements.txt
/home/runner/_work/_tool/Python/3.12.0/x64/bin/python pip install -r infrastructure/loadtests/ansible/requirements.txt
ansible-galaxy install -r infrastructure/loadtests/ansible/requirements.yml
- name: Terraform Init And Apply
Expand Down

0 comments on commit 7c8857b

Please sign in to comment.