Skip to content

Commit

Permalink
ci: 💚 use hombrew instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed May 30, 2024
1 parent 9f42316 commit d5c585e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
if ! command -v python3 &>/dev/null; then
brew install python@3.12
fi
python3.12 -m ensurepip --upgrade
python3.12 -m pip install --upgrade setuptools
brew install python-setuptools
fi
yarn --frozen-lockfile
yarn workspace @joystream/types build
Expand Down

0 comments on commit d5c585e

Please sign in to comment.