Skip to content

Commit

Permalink
update work directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbradley1 committed Dec 26, 2024
1 parent ff6426e commit be429fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
Start-CosmosDbEmulator -Timeout 500
- name: Install dependencies
working-directory: ${{ github.workspace }}/backend
run: |
pip install poetry
poetry config virtualenvs.create false
Expand All @@ -55,4 +56,5 @@ jobs:
run: |
echo ${{ github.workspace }}/backend
cd backend
pwd
pytest --cov=src -s src/tests

0 comments on commit be429fd

Please sign in to comment.