Skip to content

Modify nersc_controller to avoid getting OOM killed (#272) #12

Modify nersc_controller to avoid getting OOM killed (#272)

Modify nersc_controller to avoid getting OOM killed (#272) #12

Workflow file for this run

name: 'WIPAC Dev Flake8 (Custom)'
description: 'GitHub Action Package for Running Flake8'
runs:
using: "composite"
steps:
- run: pip install --upgrade pip
shell: bash
- run: pip install flake8
shell: bash
- run: flake8 . --ignore=E203,E226,E228,E231,E402,E501,W503,W504 --benchmark
shell: bash