Skip to content

GPU Memory workaround work httomo [wip] #324

GPU Memory workaround work httomo [wip]

GPU Memory workaround work httomo [wip] #324

Workflow file for this run

name: Python linters
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v2
# setup Python 3.9
- name: Setup Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install Python dependencies
run: pip install black
- name: Run Black linter
uses: wearerequired/lint-action@v2
with:
black: true