Skip to content

Slurm engine: higher timeout for commands (#283) #64

Slurm engine: higher timeout for commands (#283)

Slurm engine: higher timeout for commands (#283) #64

Workflow file for this run

name: ruff
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
check-ruff-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: 3.13
cache: 'pip'
cache-dependency-path: '.github/workflows/ruff.yml'
- run: pip install ruff==0.11.8
- run: ruff format --diff