mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
Reverted "Disabled caching in GitHub actions for Windows tests."
This reverts commit 11661d3815.
Fixed in setup-python 2.3.2.
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
# cache: 'pip'
|
||||
# cache-dependency-path: 'tests/requirements/py3.txt'
|
||||
cache: 'pip'
|
||||
cache-dependency-path: 'tests/requirements/py3.txt'
|
||||
- run: pip install -r tests/requirements/py3.txt -e .
|
||||
- name: Run tests
|
||||
run: python tests/runtests.py -v2
|
||||
|
||||
Reference in New Issue
Block a user