From 175e32d3a37c263d24594f01b99821b4502b83db Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Tue, 26 Sep 2023 12:12:07 -0500 Subject: [PATCH] Try to get all the tags --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 35d739e..9592f01 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v2 with: