Skip to content

Commit

Permalink
ci: 💚 ci test install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed May 30, 2024
1 parent 76ebd71 commit 9f42316
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

set -e

if [[ "$OSTYPE" == "darwin"* ]]; then
if ! command -v python3 &>/dev/null; then
brew install [email protected]
fi
python3.12 -m ensurepip --upgrade
python3.12 -m pip install --upgrade setuptools
fi
yarn --frozen-lockfile
yarn workspace @joystream/types build
yarn workspace @joystream/metadata-protobuf build
Expand Down

0 comments on commit 9f42316

Please sign in to comment.