瀏覽代碼

Bats 1.2 requires readline from gnu coreutils in MacOS

pull/2073/head
Ivan Pozdeev 3 年之前
父節點
當前提交
7f714c34ba
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      .github/workflows/pyenv_tests.yml

+ 2
- 0
.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

Loading…
取消
儲存