mirror of
https://github.com/django/django.git
synced 2025-01-03 15:06:09 +00:00
Disabled caching in GitHub actions for Windows tests.
See https://github.com/actions/setup-python/issues/328.
This commit is contained in:
parent
4b8e9492d9
commit
11661d3815
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
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 .
|
- run: 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…
Reference in New Issue
Block a user