diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59dcf0e..a2729e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,8 +95,8 @@ jobs: id-token: write # This is required for requesting the JWT steps: - name: Install boto3 -# Starting from macos14, boto3 not longer available in homebrew python no longer https://github.com/Homebrew/homebrew-core/issues/157500 -# use virtual env to work around it. +# Starting from macos14, boto3 is no longer available in macos homebrew python https://github.com/Homebrew/homebrew-core/issues/157500 +# use virtual env to work around. run: | python3 -m venv .venv source .venv/bin/activate