Skip to content

Commit

Permalink
Merge pull request #223 from openmm/feat/add_openff-toolkit-testing-t…
Browse files Browse the repository at this point in the history
…o-matrix

fix syntax issues
  • Loading branch information
jchodera committed Aug 5, 2022
2 parents ecfa15e + 51d1802 commit 684ec00
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ concurrency:

jobs:
test:

name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}, Latest openff-toolkit: ${{ matrix.latest-openff-toolkit }}
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}, Latest openff-toolkit ${{ matrix.latest-openff-toolkit }}
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
Expand All @@ -33,7 +31,7 @@ jobs:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.cfg.python-version }}
python-version: ${{ matrix.python-version }}
environment-file: devtools/conda-envs/test_env.yaml
mamba-version: "*"
channel-priority: true
Expand Down Expand Up @@ -69,6 +67,7 @@ jobs:
pytest -v -x -s --log-cli-level $LOGLEVEL --cov=openmmforcefields openmmforcefields/tests/test_system_generator.py
env:
LOGLEVEL: "INFO"
KMP_DUPLICATE_LIB_OK: "True"

- name: Test AMBER conversion
shell: bash -l {0}
Expand Down

0 comments on commit 684ec00

Please sign in to comment.