Skip to content

calculate lustre jobstats derivative manually in the python backend #379

calculate lustre jobstats derivative manually in the python backend

calculate lustre jobstats derivative manually in the python backend #379

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
defaults:
run:
working-directory: frontend
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- run: yarn install
- uses: pre-commit/action@v2.0.0