Skip to content

Add scan chiral inversion method; add sidechain modelling to relaxati… #29

Add scan chiral inversion method; add sidechain modelling to relaxati…

Add scan chiral inversion method; add sidechain modelling to relaxati… #29

Workflow file for this run

name: Tests
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: '3.8'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install -y python=3.8
conda env update --file environment.yml --name base
- name: Test
run: |
cd test
python test_openmm_plugin.py
python test_pdbdata.py
python test_trainer.py