Skip to content

Commit

Permalink
Update deployment test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Jun 20, 2024
1 parent fcfc6a9 commit 4772e11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
python -m pytest $PYTEST_ARGS \
--pyargs "openff.toolkit" \
-m "slow or not slow"
-m "slow or not slow" -x
2 changes: 1 addition & 1 deletion devtools/conda-envs/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
# Base depends
- openff-toolkit-examples
# Tests
- pytest=7.4
- pytest=8
- pytest-rerunfailures
- nbval
- parmed=3
2 changes: 1 addition & 1 deletion devtools/conda-envs/conda_oe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- openff-toolkit-examples
# Tests
- openeye-toolkits
- pytest=7.4
- pytest=8
- pytest-rerunfailures
- nbval
- parmed=3

0 comments on commit 4772e11

Please sign in to comment.