From 7f714c34ba97d2a8d829203973f9751484b473ef Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 15 Sep 2021 21:05:11 +0300 Subject: [PATCH] Bats 1.2 requires readline from gnu coreutils in MacOS --- .github/workflows/pyenv_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pyenv_tests.yml b/.github/workflows/pyenv_tests.yml index 284f77e3..5eb275b8 100644 --- a/.github/workflows/pyenv_tests.yml +++ b/.github/workflows/pyenv_tests.yml @@ -23,6 +23,8 @@ jobs: # libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \ # xz-utils tk-dev libffi-dev liblzma-dev python-openssl git # https://github.com/pyenv/pyenv#installation + - run: | + if test "$RUNNER_OS" == "macOS"; then brew install coreutils; fi - run: pwd - env: PYENV_ROOT: /home/runner/work/pyenv/pyenv