mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-17 01:32:30 +03:00
Remove run with installpkg
This commit is contained in:
parent
5b03a0d052
commit
f502cde242
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user