From 1ee5acb69ab2df424231b160de96effc1c6c747b 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 adfe5db0..27da00ba 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: @@ -46,6 +52,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Install python 3.12 uses: actions/setup-python@v5 id: pyinst @@ -65,6 +73,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Run tox uses: ./.github/actions/py3-tox with: