mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
try pyenv cache again on macOS
This commit is contained in:
parent
6deca4854f
commit
aadc543163
1 changed files with 1 additions and 2 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
@ -185,9 +185,8 @@ jobs:
|
||||||
set -x
|
set -x
|
||||||
brew install portaudio protobuf gettext ripgrep make gnu-tar
|
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
|
- name: Cache pyenv
|
||||||
if: matrix.os != 'macos-latest' && matrix.python == '3.7'
|
if: matrix.python == '3.7'
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}${{ matrix.SEP }}pyenv
|
path: ${{ github.workspace }}${{ matrix.SEP }}pyenv
|
||||||
|
|
Loading…
Reference in a new issue