Use V2_ALPHA_TPUV5 as runtime for TF nightly tests #2019
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Formatter | |
on: | |
pull_request: | |
branches: [master] | |
types: [opened, synchronize, edited] | |
push: | |
branches: [master] | |
jobs: | |
format_check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v4 | |
with: | |
# Note: this should match Cloud Composer | |
# https://cloud.google.com/composer/docs/concepts/versioning/composer-versions | |
python-version: '3.11' | |
- uses: pre-commit/[email protected] |