Skip to content

Commit 8aeec9b

Browse files
committed
ops: update python tests ci
1 parent 3d28cc5 commit 8aeec9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ jobs:
2525
uses: astral-sh/setup-uv@v5
2626

2727
- name: Install dependencies
28-
run: |
29-
uv sync --frozen
28+
run: uv sync --frozen
3029

3130
- name: Run Django tests
3231
env:
33-
PYTHONPATH: ${{ github.workspace }}/reportdb
32+
PYTHONPATH: ${{ github.workspace }}
3433
run: |
3534
uv run reportdb/manage.py test
3635

0 commit comments

Comments
 (0)