Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere committed Nov 2, 2023
1 parent 1f90aec commit 758ff1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/load_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ jobs:
- name: Install Ansible
run: |
echo "/home/runner/.local/bin" >> $GITHUB_PATH
python --version
python -m pip install --upgrade pip
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
Expand Down

0 comments on commit 758ff1d

Please sign in to comment.