mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
fix git clone depth
This commit is contained in:
@@ -43,6 +43,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
|
fetch-depth: 0
|
||||||
- uses: actions/setup-python@v5 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v5 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user