Skip to content

Commit

Permalink
ops: update python tests ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anorthall committed Feb 7, 2025
1 parent 3d28cc5 commit 8aeec9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
uses: astral-sh/setup-uv@v5

- name: Install dependencies
run: |
uv sync --frozen
run: uv sync --frozen

- name: Run Django tests
env:
PYTHONPATH: ${{ github.workspace }}/reportdb
PYTHONPATH: ${{ github.workspace }}
run: |
uv run reportdb/manage.py test
Expand Down

0 comments on commit 8aeec9b

Please sign in to comment.