|
|
@@ -27,6 +27,9 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v4
|
|
|
- uses: ruby/setup-ruby@v1
|
|
|
+ - uses: actions/setup-python@v4
|
|
|
+ with:
|
|
|
+ python-version: '3.11'
|
|
|
- name: Setup quickstart
|
|
|
run: scripts/setup_quickstart.sh authentication
|
|
|
- name: Install Secret GoogleService-Info.plist
|