diff --git a/.github/workflows/firestore.yml b/.github/workflows/firestore.yml index fece47635e2..1249b836f93 100644 --- a/.github/workflows/firestore.yml +++ b/.github/workflows/firestore.yml @@ -130,9 +130,9 @@ jobs: key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }} restore-keys: ${{ runner.os }}-mint- - # - uses: actions/setup-python@v4 - # with: - # python-version: '3.7' + - uses: actions/setup-python@v4 + with: + python-version: '3.10' - name: Setup build run: scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake @@ -181,9 +181,9 @@ jobs: key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }} restore-keys: ${{ runner.os }}-mint- - # - uses: actions/setup-python@v4 - # with: - # python-version: '3.7' + - uses: actions/setup-python@v4 + with: + python-version: '3.10' - name: Install Secret GoogleService-Info.plist run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/firestore.plist.gpg \ @@ -261,9 +261,9 @@ jobs: restore-keys: | ${{ matrix.sanitizer }}-firestore-ccache-${{ runner.os }}- - # - uses: actions/setup-python@v4 - # with: - # python-version: '3.7' + - uses: actions/setup-python@v4 + with: + python-version: '3.10' - name: Setup build run: scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake