Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Install pip for android release (#4020)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype authored Sep 5, 2023
1 parent e3e2926 commit f07a4f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/src/commands/@mobile-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ mobile-prepare-android:
- run:
name: update bundler
command: sudo gem install bundler:1.17.3
- run:
name: install pip
command: sudo apt install python3-pip
- restore_cache:
key: 1-gems-{{ checksum "packages/mobile/android/Gemfile.lock" }}
- run: cd packages/mobile/android && (bundle check || bundle install --path vendor/bundle)
Expand Down

0 comments on commit f07a4f9

Please sign in to comment.