Skip to content

Commit

Permalink
Disabled caching in GitHub actions for Windows tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Feb 3, 2022
1 parent 832adb3 commit dcf6bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -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
Expand Down

0 comments on commit dcf6bf5

Please sign in to comment.