From aadc54316378942053832c759e3d5dc06a1d1066 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 22 Aug 2020 11:47:36 +1000 Subject: [PATCH] try pyenv cache again on macOS --- .github/workflows/checks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d2aa450d8..f107399ff 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -185,9 +185,8 @@ jobs: set -x brew install portaudio protobuf gettext ripgrep make gnu-tar - # Disable it for macos because it pyenv cache is bugged (https://github.com/ankitects/anki/pull/563) - name: Cache pyenv - if: matrix.os != 'macos-latest' && matrix.python == '3.7' + if: matrix.python == '3.7' uses: actions/cache@v2 with: path: ${{ github.workspace }}${{ matrix.SEP }}pyenv