Skip to content

Commit

Permalink
disable shallow clone
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 6, 2023
1 parent 64cc36a commit 7c993e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install Python Dependencies
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 7c993e8

Please sign in to comment.