Skip to content

Add <1/R> to geometry and calulate spr from <1/R> #873

Add <1/R> to geometry and calulate spr from <1/R>

Add <1/R> to geometry and calulate spr from <1/R> #873

Workflow file for this run

name: linting-and-code-formatting
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
push:
jobs:
formatting-job:
name: "[Python ${{ matrix.python-version }}] Formatting"
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade .[dev]
# Uncomment when internal linter bug has been fixed
# - name: pyink
# run: |
# pyink --check torax
- name: isort
run: |
isort --check-only torax