Skip to content

Commit

Permalink
Install int tests requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Apr 19, 2024
1 parent 474879b commit b14bb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sub-task-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
pip install -r ./lambda_functions/v1/requirements/requirements.txt
pip install -r ./lambda_functions/v1/requirements/dev-requirements.txt
pip install -r ./lambda_functions/v1/requirements/requirements.txt
pip install -r ./integration_tests/v1/requirements.txt
- name: Run Integration Tests
env:
Expand Down

0 comments on commit b14bb66

Please sign in to comment.