Skip to content

Commit

Permalink
install openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere committed Nov 6, 2023
1 parent e9f27a1 commit b713356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Install Ansible
run: |
sudo apt update && apt install -y openssh-client
sudo apt update && sudo apt install -y openssh-client
python -m pip install --upgrade pip
pip install -r infrastructure/loadtests/ansible/requirements.txt
ansible-galaxy install -r infrastructure/loadtests/ansible/requirements.yml
Expand Down

0 comments on commit b713356

Please sign in to comment.