Skip to content

Commit a780d0e

Browse files
authored
Merge pull request #227 from BASE-Laboratory/claude/fix-gpu-wheels-build-yptxM
Fix setuptools_scm version detection in wheel workflows
2 parents 775cc2e + ecb8e9f commit a780d0e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pypi-wheels-cpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
submodules: recursive # Fetches Catch2, nlohmann/json, or pybind11 if needed
19+
fetch-depth: 0
1920

2021
- name: Set up Python
2122
uses: actions/setup-python@v5

.github/workflows/pypi-wheels-gpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
submodules: recursive
19+
fetch-depth: 0
1920

2021
- name: Set up Python
2122
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)