Skip to content

Commit

Permalink
fix(macos-workflow): Worker python installation
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
  • Loading branch information
miguelaeh committed Feb 20, 2024
1 parent c36a107 commit 88d8721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeless-build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
# Avoid to upgrade dependents like azure-cli, because we don't need them
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
# Avoid error when installing Python as gstreamer dependency
brew unlink python@3.12
rm '/usr/local/bin/2to3-3.12'
brew link --overwrite python@3.12
brew install gstreamer
brew install coreutils # For sha256sum
Expand Down

0 comments on commit 88d8721

Please sign in to comment.