Skip to content

Commit

Permalink
[CI] Revert modifications and try with fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Nov 12, 2023
1 parent 1f11d29 commit 3ee6962
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Setup tox
uses: ./.github/actions/setup-tox
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Setup tox
uses: ./.github/actions/setup-tox
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Setup tox (python ${{ matrix.python_version }})
uses: ./.github/actions/setup-tox
with:
Expand Down

0 comments on commit 3ee6962

Please sign in to comment.