mirror of
https://github.com/django/django.git
synced 2025-03-13 19:00:45 +00:00
Added packaging tools to GitHub actions.
This commit is contained in:
parent
39ae8d740e
commit
fbacaa58ff
4
.github/workflows/schedule_tests.yml
vendored
4
.github/workflows/schedule_tests.yml
vendored
@ -28,7 +28,9 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: 'tests/requirements/py3.txt'
|
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
|
- name: Run tests
|
||||||
run: python tests/runtests.py -v2
|
run: python tests/runtests.py -v2
|
||||||
|
|
||||||
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -31,7 +31,9 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: 'tests/requirements/py3.txt'
|
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
|
- name: Run tests
|
||||||
run: python tests/runtests.py -v2
|
run: python tests/runtests.py -v2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user