1
0
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:
Mariusz Felisiak 2022-03-18 08:55:32 +01:00
parent 78aa12e334
commit 9d39b0f19e

View File

@ -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