1
0
mirror of https://github.com/django/django.git synced 2025-01-18 22:33:44 +00:00

Reverted "Disabled caching in GitHub actions for Windows tests."

This reverts commit 11661d3815f273a6968cf09ecc678cf6fa6dcfcd.

Fixed in setup-python 2.3.2.
This commit is contained in:
Mariusz Felisiak 2022-02-04 20:11:13 +01:00 committed by GitHub
parent 11661d3815
commit 4b97f698db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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