mirror of
https://github.com/django/django.git
synced 2025-07-06 18:59:13 +00:00
[4.0.x] Added packaging tools to GitHub actions.
Backport of fbacaa58ffc5a62456ee68b90efa13957f761ce4 from main.
This commit is contained in:
parent
78aa12e334
commit
9d39b0f19e
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -27,7 +27,9 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
cache-dependency-path: 'tests/requirements/py3.txt'
|
||||
- run: pip install -r tests/requirements/py3.txt -e .
|
||||
- name: Install and upgrade packaging tools
|
||||
run: python -m pip install --upgrade pip setuptools wheel
|
||||
- run: python -m pip install -r tests/requirements/py3.txt -e .
|
||||
- name: Run tests
|
||||
run: python tests/runtests.py -v2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user