Skip to content

Commit

Permalink
github: disable pip caching temporarily
Browse files Browse the repository at this point in the history
setup-python fails on Windows currently
(actions/runner-images#5009)
Disable caching to workaround the failure.

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
  • Loading branch information
Jussi Kukkonen committed Feb 4, 2022
1 parent 735368a commit 55d6cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'requirements*.txt'
# cache: 'pip'
# cache-dependency-path: 'requirements*.txt'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 55d6cb4

Please sign in to comment.