mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
fix fetch with tags
This commit is contained in:
@@ -40,8 +40,10 @@ jobs:
|
|||||||
short_name: win,
|
short_name: win,
|
||||||
}
|
}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v2 # https://github.com/actions/setup-python
|
with:
|
||||||
|
fetch-tags: true
|
||||||
|
- 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
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
|
|||||||
Reference in New Issue
Block a user