Skip to content

Enable the assignment of Forcefiled parameters to generated molecules. #56

Enable the assignment of Forcefiled parameters to generated molecules.

Enable the assignment of Forcefiled parameters to generated molecules. #56

Workflow file for this run

name: CI
on:
push:
branches:
- trunk-merge/**
pull_request:
branches:
- main
schedule:
- cron: "0 0 1 * *"
jobs:
ci-tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
environment-file: environment.yml
activate-environment: bigsmiles
- name: Run Pytest
shell: bash -l {0}
run: |
pip install .
python -m pytest