Skip to content

Commit

Permalink
Add back fetch unshallow
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Dec 14, 2023
1 parent 5b0e0fc commit 18a7a26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: "100"
fetch-tags: true
- name: Fetch unshallow
run: git fetch --prune --tags --unshallow -f
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
Expand Down Expand Up @@ -91,7 +92,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: "100"
fetch-tags: true
- name: Fetch unshallow
run: git fetch --prune --tags --unshallow -f
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand Down

0 comments on commit 18a7a26

Please sign in to comment.