Skip to content

Support freezing Hartree-Fock energies at each forging iteration #1233

Support freezing Hartree-Fock energies at each forging iteration

Support freezing Hartree-Fock energies at each forging iteration #1233

Workflow file for this run

name: Styles check
on:
push:
branches:
- main
- 'stable/**'
pull_request:
branches:
- main
- 'stable/**'
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install tox
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run styles check
shell: bash
run: |
tox -elint