Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere committed Nov 3, 2023
1 parent 7e41314 commit b8d649f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/load_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,20 @@ jobs:

- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: '3.12'
python-version: '3.11'

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.5.6

- name: Install Ansible
env:
ANSIBLE_PYTHON_INTERPRETER: /home/runner/_work/_tool/Python/3.12.0/x64/bin/python
# env:
# ANSIBLE_PYTHON_INTERPRETER: /home/runner/_work/_tool/Python/3.12.0/x64/bin/python
run: |
/home/runner/_work/_tool/Python/3.12.0/x64/bin/python -m pip install --upgrade pip
# pip install ansible ansible-core google-auth
/home/runner/_work/_tool/Python/3.12.0/x64/bin/pip install -r infrastructure/loadtests/ansible/requirements.txt
python -m pip install --upgrade pip
pip install ansible ansible-core google-auth
# /home/runner/_work/_tool/Python/3.12.0/x64/bin/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 b8d649f

Please sign in to comment.