Skip to content

Commit

Permalink
updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Sep 27, 2024
1 parent 6aa3fad commit 14a4dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Test
if: needs.changes.outputs.run_tests
run: |
/root/.cargo/bin/uv run --cache-dir .cache-uv/ --frozen \
uv run --cache-dir .cache-uv/ --frozen \
pytest tests \
--junit-xml junit-${{ matrix.python-version }}-${{matrix.django-version}}.xml \
--cov --cov-report xml
Expand Down

0 comments on commit 14a4dee

Please sign in to comment.