Skip to content

Commit

Permalink
Specify a locust version for loadtest
Browse files Browse the repository at this point in the history
  • Loading branch information
javieraviles committed Jan 29, 2021
1 parent 3534f8a commit 52e8d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
python-version: '3.x'
architecture: 'x64'
- name: Install Locust
run: python3 -m pip install locustio
run: python3 -m pip install locustio==0.14.6
- name: Load tests
run: npm run test:load

0 comments on commit 52e8d51

Please sign in to comment.