Skip to content

Implement ConvXDTranspose #39

Implement ConvXDTranspose

Implement ConvXDTranspose #39

Workflow file for this run

name: pre-commit
on: pull_request
jobs:
pre-commit:
runs-on: ubuntu-latest
# resource_class: large
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- run: pip install --upgrade pip
# TODO(markblee): Remove gcp,vertexai_tensorboard from CI. (needed by pytype)
- run: pip install '.[core,dev,grain,gcp,vertexai_tensorboard]'
# pylint uses approx 12GB of memory during this run, look into split to decrease?
- run: pre-commit run --all-files
- run: pytype -j auto .