Skip to content

Fix the bug related to attenuation parameters in the CLI #180

Fix the bug related to attenuation parameters in the CLI

Fix the bug related to attenuation parameters in the CLI #180

Workflow file for this run

name: Python CI
on:
pull_request:
branches:
- dev
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: Run pre-commit hooks
run: pre-commit run --all-files