Skip to content

Commit

Permalink
try pyenv cache again on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Aug 22, 2020
1 parent 6deca48 commit aadc543
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aadc543

Please sign in to comment.