浏览代码

More detailed explanation of the band-aid code

pull/2909/head
Ivan Pozdeev 6 个月前
父节点
当前提交
57594c0600
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      plugins/python-build/scripts/add_miniforge.py

+ 4
- 2
plugins/python-build/scripts/add_miniforge.py 查看文件

@ -100,8 +100,10 @@ for release in requests.get(f'https://api.github.com/repos/{MINIFORGE_REPO}/rele
logger.info('Looking for %(version)s in %(out_dir)s', locals())
# Release has no mambaforge artifacts, which causes the next check to always trigger
# Build scripts have already been generated, so safe to skip this version
# This release has no mambaforge artifacts which causes the next check to always trigger.
# Build scripts for miniforge3-4.13.0-0 have already been generated.
# Assuming this was a fluke, we don't yet need to implement proactively checking all releases for contents
# or ignoring a release if _any_ of the flavors is already present in Pyenv.
if version == '4.13.0-0':
continue

正在加载...
取消
保存