Skip to content

Commit

Permalink
[ci] Fix installation requirements for teset
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jul 31, 2024
1 parent 26cd894 commit 1c81ec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
run: |
cd backend/
pip install -r requirements.txt
pip install coverage
pip install factory-boy
- name: Creating env
run: |
Expand Down

0 comments on commit 1c81ec7

Please sign in to comment.