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 Aug 11, 2024
1 parent cb62517 commit 92d8011
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 @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 92d8011

Please sign in to comment.