From 5dee41d71582e6e4785ec1b14dc67c739a0c34e4 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 3 Feb 2022 13:03:39 +0000 Subject: [PATCH] Fix build on Windows Broken with this issue: https://github.com/actions/setup-python/issues/328 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7fe2659..17e3c9d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,8 +32,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: |