diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index d345c6a..8ec9130 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -19,6 +19,8 @@ jobs: steps: - name: "Checkout" uses: "actions/checkout@v4" + with: + fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Run Dataverse Action id: dataverse uses: gdcc/dataverse-action@main @@ -26,7 +28,6 @@ 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