Skip to content

Commit d478951

Browse files
committed
fixes CI matrix
1 parent 443a73a commit d478951

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
- name: Run test suite d${{ matrix.django }}-py${{ matrix.python }}
7979
run: |
8080
uv export -q --no-hashes -o requirements.txt
81-
pip install -r requirements.txt
82-
pip install "django==${{ matrix.django }}.*"
83-
python -m pytest tests/ \
81+
uv pip install -r requirements.txt
82+
uv pip install "django==${{ matrix.django }}.*"
83+
uv run pytest tests/ \
8484
--junit-xml junit-${{ matrix.python }}-${{matrix.django}}.xml \
8585
--cov --cov-report xml
8686

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)