Skip to content

use CUDA 12.5 and Python 3.11 in most examples #1152

use CUDA 12.5 and Python 3.11 in most examples

use CUDA 12.5 and Python 3.11 in most examples #1152

Workflow file for this run

name: Linting
on:
push:
pull_request:
jobs:
checks:
name: "pre-commit hooks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: pre-commit/[email protected]