Skip to content

Add the NVIDIA CUDA :: 12 :: 12.2 classifier. (#155) #313

Add the NVIDIA CUDA :: 12 :: 12.2 classifier. (#155)

Add the NVIDIA CUDA :: 12 :: 12.2 classifier. (#155) #313

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
cache: pip
cache-dependency-path: requirements/dev.txt
- name: Lint
run: make lint
- name: Test
run: make test