Skip to content

Run NVTabular Single GPU tests for CUDA 11 and 12 on RAPIDS Runner #344

Run NVTabular Single GPU tests for CUDA 11 and 12 on RAPIDS Runner

Run NVTabular Single GPU tests for CUDA 11 and 12 on RAPIDS Runner #344

Workflow file for this run

name: lint
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]