Skip to content

Bump torchvision from 0.19.0 to 0.20.1 in /tests/e2e #1941

Bump torchvision from 0.19.0 to 0.20.1 in /tests/e2e

Bump torchvision from 0.19.0 to 0.20.1 in /tests/e2e #1941

Workflow file for this run

name: Pre-commit
on:
pull_request:
workflow_dispatch:
jobs:
precommit:
runs-on: ubuntu-latest
container:
image: quay.io/project-codeflare/codeflare-sdk-precommit:v0.0.1
steps:
- uses: actions/checkout@v4
- name: Run pre-commit checks
run: pre-commit run --all-files