Skip to content

Commit

Permalink
Tinker
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Jan 4, 2024
1 parent 0bfd919 commit 06c2ce4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ jobs:

- name: Install most recent development versions
run: |
micromamba remove --force openff-fragmenter -y
micromamba remove --force openff-recharge -y
micromamba remove --force openff-interchange -y
micromamba remove --force \
openff-fragmenter \
openff-recharge \
openff-interchange \
-y
python -m pip install -e \
openff-recharge \
openff-fragmenter \
openff-recharge/ \
openff-fragmenter/ \
openff-interchange/ \
openff-interchange/plugins/
Expand Down

0 comments on commit 06c2ce4

Please sign in to comment.