From 091f707be7aa39c6698beea578fd92fc99099814 Mon Sep 17 00:00:00 2001 From: Charlie Li Date: Sun, 25 Jun 2023 11:37:10 -0400 Subject: [PATCH] CI: unshallow clone py3-test for versioningit --- .github/workflows/py3-test.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: