Skip to content

Commit

Permalink
path fix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pprajapa-42 committed Oct 17, 2024
1 parent 4706a27 commit 9595efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
pip install -r tq-backend/requirements.txt
- name: Run tests
run: |
Expand Down

0 comments on commit 9595efa

Please sign in to comment.