Skip to content

Commit 684ec00

Browse files
authored
Merge pull request #223 from openmm/feat/add_openff-toolkit-testing-to-matrix
fix syntax issues
2 parents ecfa15e + 51d1802 commit 684ec00

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ concurrency:
1616

1717
jobs:
1818
test:
19-
20-
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}, Latest openff-toolkit: ${{ matrix.latest-openff-toolkit }}
19+
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}, Latest openff-toolkit ${{ matrix.latest-openff-toolkit }}
2120
runs-on: ${{ matrix.os }}
22-
2321
strategy:
2422
fail-fast: false
2523
matrix:
@@ -33,7 +31,7 @@ jobs:
3331
- name: Setup Conda Environment
3432
uses: conda-incubator/setup-miniconda@v2
3533
with:
36-
python-version: ${{ matrix.cfg.python-version }}
34+
python-version: ${{ matrix.python-version }}
3735
environment-file: devtools/conda-envs/test_env.yaml
3836
mamba-version: "*"
3937
channel-priority: true
@@ -69,6 +67,7 @@ jobs:
6967
pytest -v -x -s --log-cli-level $LOGLEVEL --cov=openmmforcefields openmmforcefields/tests/test_system_generator.py
7068
env:
7169
LOGLEVEL: "INFO"
70+
KMP_DUPLICATE_LIB_OK: "True"
7271

7372
- name: Test AMBER conversion
7473
shell: bash -l {0}

0 commit comments

Comments
 (0)