Skip to content

Commit

Permalink
Fetch git history so that setuptools-scm may work
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 2, 2024
1 parent 9bd8f1a commit e00d179
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
timeout-minutes: 75
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
id: python-install
uses: actions/setup-python@v5
Expand Down Expand Up @@ -173,6 +175,8 @@ jobs:
timeout-minutes: 75
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Cygwin with Python
uses: cygwin/cygwin-install-action@v4
with:
Expand Down Expand Up @@ -228,6 +232,8 @@ jobs:
timeout-minutes: 75
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install OS-level dependencies
run: |
sudo apt-get update
Expand All @@ -253,6 +259,8 @@ jobs:
timeout-minutes: 75
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit e00d179

Please sign in to comment.