Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into more-cron
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Nov 13, 2024
2 parents d7a35d6 + 9e63720 commit f70554a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
with:
repository: openforcefield/openff-interchange
path: openff-interchange
fetch-depth: 0
fetch-tags: true

- name: Checkout QCSubmit
uses: actions/checkout@v4
Expand Down Expand Up @@ -81,10 +83,6 @@ jobs:

- name: Install most recent development versions
run: |
micromamba remove --force \
openff-interchange \
-y
python -m pip install -e \
openff-interchange/ \
openff-interchange/plugins/ \
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ ENV/

# mypy
.mypy_cache/

# macOS
.DS_Store

0 comments on commit f70554a

Please sign in to comment.