Skip to content

[WIP] Always use GPU pipeline and flatcache #1044

[WIP] Always use GPU pipeline and flatcache

[WIP] Always use GPU pipeline and flatcache #1044

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "-t py37"