mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
check on version
This commit is contained in:
parent
38b4d8f2c4
commit
2f5053da6e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
|
|
@ -134,7 +134,7 @@ jobs:
|
||||||
version = tools.Version(tag)
|
version = tools.Version(tag)
|
||||||
except ConanException:
|
except ConanException:
|
||||||
continue
|
continue
|
||||||
if version > latest_branch_version and latest_branch_version < tools.Version("10.0.0"):
|
if version > latest_branch_version and version < tools.Version("10.0.0"):
|
||||||
# FIXME: stupid old Cura tags 13.04 etc. keep popping up
|
# FIXME: stupid old Cura tags 13.04 etc. keep popping up
|
||||||
latest_branch_version = version
|
latest_branch_version = version
|
||||||
latest_branch_tag = repo.tag(tag)
|
latest_branch_tag = repo.tag(tag)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue