From 19d39e068c3bca9246fc366e5759414f62284f93 Mon Sep 17 00:00:00 2001 From: Hao Zhu Date: Mon, 21 Oct 2024 13:57:35 -0400 Subject: [PATCH] update macos test runner as macos-latest (#238) * update macos test runner as macos-latest * redis-stack-server * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .github/workflows/cli_tests.yml | 2 +- sotopia/cli/install/install.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli_tests.yml b/.github/workflows/cli_tests.yml index 6c9cf5422..13706ad82 100644 --- a/.github/workflows/cli_tests.yml +++ b/.github/workflows/cli_tests.yml @@ -20,7 +20,7 @@ jobs: strategy: max-parallel: 5 matrix: - os: [ubuntu-latest, macos-13] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} diff --git a/sotopia/cli/install/install.py b/sotopia/cli/install/install.py index 0c7bfee04..ea789aef0 100644 --- a/sotopia/cli/install/install.py +++ b/sotopia/cli/install/install.py @@ -333,7 +333,9 @@ def install( subprocess.run( "brew tap redis-stack/redis-stack", shell=True, check=True ) - subprocess.run("brew install redis-stack", shell=True, check=True) + subprocess.run( + "brew install redis-stack-server", shell=True, check=True + ) if load_database: if Path("/opt/homebrew/var/db/redis-stack/dump.rdb").exists(): cover_existing = (