diff --git a/.github/workflows/py3-test.yaml b/.github/workflows/py3-test.yaml index 1d3ee91a7..719a7503b 100644 --- a/.github/workflows/py3-test.yaml +++ b/.github/workflows/py3-test.yaml @@ -8,6 +8,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Run tox uses: ./.github/actions/py3-tox with: @@ -19,6 +21,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Run tox uses: ./.github/actions/py3-tox with: @@ -35,6 +39,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Run tox uses: ./.github/actions/py3-tox with: @@ -51,6 +57,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Run tox uses: ./.github/actions/py3-tox with: @@ -62,6 +70,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Run tox uses: ./.github/actions/py3-tox with: