Skip to content

Commit e00d179

Browse files
committed
Fetch git history so that setuptools-scm may work
1 parent 9bd8f1a commit e00d179

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
timeout-minutes: 75
7575
steps:
7676
- uses: actions/checkout@v4
77+
with:
78+
fetch-depth: 0
7779
- name: Setup Python
7880
id: python-install
7981
uses: actions/setup-python@v5
@@ -173,6 +175,8 @@ jobs:
173175
timeout-minutes: 75
174176
steps:
175177
- uses: actions/checkout@v4
178+
with:
179+
fetch-depth: 0
176180
- name: Install Cygwin with Python
177181
uses: cygwin/cygwin-install-action@v4
178182
with:
@@ -228,6 +232,8 @@ jobs:
228232
timeout-minutes: 75
229233
steps:
230234
- uses: actions/checkout@v4
235+
with:
236+
fetch-depth: 0
231237
- name: Install OS-level dependencies
232238
run: |
233239
sudo apt-get update
@@ -253,6 +259,8 @@ jobs:
253259
timeout-minutes: 75
254260
steps:
255261
- uses: actions/checkout@v4
262+
with:
263+
fetch-depth: 0
256264
- name: Setup Python
257265
uses: actions/setup-python@v5
258266
with:

0 commit comments

Comments
 (0)