Skip to content

Commit

Permalink
Set python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored May 10, 2024
1 parent 42f8b34 commit 938963e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 938963e

Please sign in to comment.