From a7e09ce2ea2331ebc8052307d052c6bba1bd1692 Mon Sep 17 00:00:00 2001 From: James Morris Date: Sun, 5 Dec 2021 19:23:21 -0500 Subject: [PATCH] Update macOS test dependencies --- .github/workflows/macos_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_tests.yml b/.github/workflows/macos_tests.yml index d6e75169..060af251 100644 --- a/.github/workflows/macos_tests.yml +++ b/.github/workflows/macos_tests.yml @@ -22,7 +22,7 @@ jobs: # python-version: ${{ matrix.python-version }} # ... but in the repo, we want to test pyenv builds on macOS - run: | - brew install autoconf openssl@1.1 pkg-config readline + brew install openssl readline sqlite3 xz zlib # https://github.com/pyenv/pyenv#installation - run: pwd - env: