Skip to content

feat: async overlap for autograd-based forces in A2A graph parallel #10630

feat: async overlap for autograd-based forces in A2A graph parallel

feat: async overlap for autograd-based forces in A2A graph parallel #10630

Workflow file for this run

name: lint
on:
workflow_call:
workflow_dispatch:
pull_request:
branches: [main]
push:
merge_group:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
max-parallel: 6
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e packages/fairchem-core[dev]
- name: ruff
run: |
ruff --version
ruff check src # tests has a lot of issues , TODO
ruff format --check src # tests