Skip to content

Commit

Permalink
CI: unshallow clone py3-test for versioningit
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwin committed Mar 14, 2024
1 parent 7271c43 commit 091f707
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/py3-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 091f707

Please sign in to comment.