WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

build(deps): bump torchmetrics from 0.9.1 to 1.8.2 in /tests/e2e #2678

build(deps): bump torchmetrics from 0.9.1 to 1.8.2 in /tests/e2e

build(deps): bump torchmetrics from 0.9.1 to 1.8.2 in /tests/e2e #2678

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