Skip to content

updates to experiment_runner.py #679

updates to experiment_runner.py

updates to experiment_runner.py #679

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-20.04
steps:
- name: Checking out repo
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: make venv
- name: Formatting
run: make checkformat