Rename tox callable.

This commit is contained in:
Jannis Leidel 2023-05-02 10:55:15 +02:00
parent fb88f7495c
commit 952f7290ce
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -45,10 +45,10 @@ jobs:
python -m pip install --upgrade tox tox-gh
- name: Setup test suite
run: tox4 r -vv --notest
run: tox r -vv --notest
- name: Tox tests (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
run: tox4 r --skip-pkg-install
run: tox r --skip-pkg-install
env:
DJANGO: ${{ matrix.django-version }}