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