Remove run with installpkg

This commit is contained in:
Adam Johnson 2022-12-08 07:20:33 +00:00
parent 5b03a0d052
commit f502cde242

View File

@ -51,10 +51,7 @@ jobs:
- name: Run extra tox targets
if: ${{ matrix.python-version == '3.9' }}
run: |
python setup.py bdist_wheel
rm -r djangorestframework.egg-info # see #6139
tox -e base,dist,docs
tox -e dist --installpkg ./dist/djangorestframework-*.whl
- name: Upload coverage
run: |