Skip to content

Commit

Permalink
Add option in build.yml to also checkout tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tcevaer committed Oct 21, 2024
1 parent 7f8fa49 commit ee2deda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit ee2deda

Please sign in to comment.