From a34944f7cadc06ecdeebb75447df513813639534 Mon Sep 17 00:00:00 2001 From: Tom Vander Aa Date: Mon, 17 Jun 2024 14:38:03 +0200 Subject: [PATCH] conda: run conda info --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index c1bb9994..1ef78992 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v3 with: python-version: 3.8