Skip to content

Enable Energy and Force fitting on a GPU #270

Enable Energy and Force fitting on a GPU

Enable Energy and Force fitting on a GPU #270

Workflow file for this run

name: CI
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push: { branches: [ "main" ] }
pull_request: { branches: [ "main" ] }
jobs:
test:
runs-on: ubuntu-latest
container: condaforge/mambaforge:latest
steps:
- uses: actions/[email protected]
- name: Run Tests
run: |
apt update && apt install -y git make
make env
make lint
make test
make docs-build
mamba install --name descent --yes "pydantic <2"
make test
- name: CodeCov
uses: codecov/[email protected]
with:
file: ./coverage.xml
flags: unittests