Skip to content

Pull from master and change verion to 0.1.6 #192

Pull from master and change verion to 0.1.6

Pull from master and change verion to 0.1.6 #192

Workflow file for this run

name: MMPBSA unittest
on: [push]
jobs:
MMPBSA_unittest:
runs-on: "ubuntu-latest"
container: dockerymh/hmtpbsa:gmx_openmpi_patch
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: install unigbsa
shell: bash
run: |
source activate amber21
python setup.py install
- name: run unittest
shell: bash
run: |
source activate amber21
cd tests
bash cmd.sh