Skip to content

Commit

Permalink
Merge pull request #97 from openforcefield/versioningit
Browse files Browse the repository at this point in the history
Fetch tags for local checkout
  • Loading branch information
mattwthompson authored Nov 13, 2024
2 parents 3cae1c7 + 19a89b9 commit 9e63720
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"
- cron: "50 3/6 * * *"

defaults:
run:
Expand Down 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
2 changes: 1 addition & 1 deletion .github/workflows/oe_license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
workflow_dispatch:
schedule:
- cron: "0 2 * * *"
- cron: "40 3/6 * * *"

defaults:
run:
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 9e63720

Please sign in to comment.