Remove HuggingFace tests from PyTorch/XLA CI #2177
Workflow file for this run
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/action@v3.0.0 |