Skip to content

Commit

Permalink
fix fetch-depth for version building
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Nov 9, 2023
1 parent 9798543 commit c13f60b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Build information
run: |
uname -a
df -h
ulimit -a
# More info on options: https://github.com/conda-incubator/setup-miniconda
- name: Install conda dependencies
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit c13f60b

Please sign in to comment.