Skip to content

Commit

Permalink
feat: Add pip3 install charset_normalizer
Browse files Browse the repository at this point in the history
Merge pull request #345 from DFE-Digital/mab/AddMissingModules
  • Loading branch information
MartinBelton-gov authored Dec 5, 2023
2 parents 763db10 + 6785570 commit b219070
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/load-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
run: terraform -chdir=Terraform apply -auto-approve -input=false

- name: Install Locust Load Test Tool
run: pip3 install locust
run: |
pip3 install locust
pip3 install charset_normalizer
- name: Sign in to Azure
uses: azure/login@v1
Expand Down

0 comments on commit b219070

Please sign in to comment.