Skip to content

Commit

Permalink
Merge pull request #105 from openforcefield/update-full-stack
Browse files Browse the repository at this point in the history
Update full-stack tests
  • Loading branch information
mattwthompson authored Jan 22, 2025
2 parents a67da96 + a0994d0 commit 145763b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

env:
OE_LICENSE: ${{ github.workspace }}/oe_license.txt
PYTEST_ARGS: -v -n logical --rootdir=. --durations=20
PYTEST_ARGS: -vx -n logical --rootdir=. --durations=20

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -63,12 +63,15 @@ jobs:
with:
repository: openforcefield/openff-units
path: openff-units
fetch-depth: 0
ref: 0.2.2

- name: Checkout OpenFF Utilities
uses: actions/checkout@v4
with:
repository: openforcefield/openff-utilities
path: openff-utilities
fetch-depth: 0

- name: Set up conda environment
uses: mamba-org/setup-micromamba@v2
Expand Down
3 changes: 3 additions & 0 deletions devtools/conda-envs/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ dependencies:
# https://github.com/conda-forge/lammps-feedstock/issues/207
- lammps >=2023.08.02
- openmpi =4

# shims
- pint <0.24

0 comments on commit 145763b

Please sign in to comment.