Skip to content

Commit

Permalink
Update setup-docker-and-run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavdeep13 authored Oct 1, 2024
1 parent b869feb commit b14e09e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/setup-docker-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
run: |
source venv/bin/activate
pip install -r tests/requirements.txt
pip install -r backend/api/requirements.txt
pip install -r backend/gateway/requirements.txt
pip install -r backend/requirements.txt
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
Expand All @@ -65,4 +64,4 @@ jobs:
run: |
source venv/bin/activate
cd tests
python -m unittest discover --verbose . "test_*.py"
python -m unittest discover --verbose . "test_*.py"

0 comments on commit b14e09e

Please sign in to comment.