Skip to content

Commit

Permalink
Merge pull request #575 from chrisjonesBSU/use-lark
Browse files Browse the repository at this point in the history
Replace lark-parser with lark in the environment files.
  • Loading branch information
CalCraven authored Aug 19, 2024
2 parents ad0b4d3 + 77ca8c0 commit 30c6d3d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Branch / Pull Request

- name: Install Mamba (Linux)
Expand All @@ -42,7 +42,7 @@ jobs:
run: python -m pytest -v -nauto --cov=foyer --cov-report=xml --cov-append --cov-config=setup.cfg --color yes --pyargs foyer

- name: Upload Coverage Report
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
name: Foyer-Coverage
verbose: true
Expand All @@ -63,7 +63,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Branch / Pull Request

- name: Install Mamba (Linux)
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Branch / Pull Request

- name: Install Mamba
Expand Down
2 changes: 1 addition & 1 deletion environment-dev-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- bump2version
- codecov
- lark-parser
- lark
- lxml
- mbuild>=0.17
- treelib
Expand Down
3 changes: 1 addition & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- bump2version
- codecov
- lark-parser
- lark
- lxml
- mbuild>=0.17
- treelib
Expand All @@ -14,7 +14,6 @@ dependencies:
- parmed>=3.4.3
- ele
- openff-toolkit >=0.11
- gmso
- pip
- pre-commit
- pytest
Expand Down
2 changes: 1 addition & 1 deletion environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- omnia
dependencies:
- lark-parser
- lark
- lxml
- networkx>=2.5
- openmm
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: foyer
channels:
- conda-forge
dependencies:
- lark-parser
- lark
- lxml
- gmso
- networkx>=2.5
Expand Down

0 comments on commit 30c6d3d

Please sign in to comment.