Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed May 30, 2024
1 parent 010ecc7 commit ea08468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea08468

Please sign in to comment.