Skip to content

ENH: Generation of compatable device and dtype pairs for test_from_dlpack #1220

ENH: Generation of compatable device and dtype pairs for test_from_dlpack

ENH: Generation of compatable device and dtype pairs for test_from_dlpack #1220

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: Run pre-commit hook
uses: pre-commit/action@v3.0.1