Disabled caching in GitHub actions for Windows tests.

See https://github.com/actions/setup-python/issues/328.
This commit is contained in:
Mariusz Felisiak 2022-02-03 20:09:12 +01:00 committed by GitHub
parent 4b8e9492d9
commit 11661d3815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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