Skip to content

Commit 88ed24e

Browse files
committed
Add fetch-depth: 0 and update version
1 parent dad1ac8 commit 88ed24e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build-mkl.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ jobs:
2020
run:
2121
shell: bash -l {0}
2222
steps:
23-
- uses: actions/checkout@v4
24-
- name: Get history and tags for SCM versioning to work
25-
run: |
26-
git fetch --prune --unshallow
27-
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
23+
- uses: actions/checkout@v6
24+
with:
25+
fetch-depth: 0
2826
- uses: conda-incubator/setup-miniconda@v4
2927
with:
3028
use-mamba: true

0 commit comments

Comments
 (0)