Skip to content

Commit

Permalink
Use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere committed Nov 2, 2023
1 parent cba5955 commit 72f24f8
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 @@ -62,8 +62,8 @@ jobs:

- name: Install Ansible
run: |
python -m pip install --upgrade pip
pip install -r infrastructure/loadtests/ansible/requirements.txt
python3 -m pip install --upgrade pip
pip3 install -r infrastructure/loadtests/ansible/requirements.txt
echo "/home/runner/.local/bin" >> $GITHUB_PATH
ansible-galaxy install -r infrastructure/loadtests/ansible/requirements.yml
Expand Down

0 comments on commit 72f24f8

Please sign in to comment.