mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-17 09:42:29 +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
|
- name: Run extra tox targets
|
||||||
if: ${{ matrix.python-version == '3.9' }}
|
if: ${{ matrix.python-version == '3.9' }}
|
||||||
run: |
|
run: |
|
||||||
python setup.py bdist_wheel
|
|
||||||
rm -r djangorestframework.egg-info # see #6139
|
|
||||||
tox -e base,dist,docs
|
tox -e base,dist,docs
|
||||||
tox -e dist --installpkg ./dist/djangorestframework-*.whl
|
|
||||||
|
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user