Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Dec 9, 2024
1 parent 6b863db commit 58470cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
run: brew install openssl@${{ env.MACOS_OPENSSL_VERSION }}

- if: ${{ startsWith(inputs.platform-tag, 'macosx') }}
name: Ensure openssl is installed on Github macOS runners.
name: Set minimum macos version required to install wheel
# - We use delocate to repair the wheel because it throws an error if
# the openssl library version is newer than the wheel's macOS version tag
# Linking the static libraries produces a warning for that same reason that but it doesn't throw an error.
Expand Down

0 comments on commit 58470cc

Please sign in to comment.