Skip to content

Commit

Permalink
Update ci-cd-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimazu committed Apr 28, 2024
1 parent 6c4d393 commit f8c195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-mock
pip install pytest pytest-mock httpx
if [ -d "server/" ]; then
pip install -r server/requirements.txt
fi
Expand Down

0 comments on commit f8c195b

Please sign in to comment.