diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index ca4f5ae..d345c6a 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -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