mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-18 18:47:29 +09:00
Fix hang in Ubuntu build for Anaconda-2025.12
This commit is contained in:
parent
935e1a68cd
commit
f614e5caa5
8
.github/workflows/modified_scripts_build.yml
vendored
8
.github/workflows/modified_scripts_build.yml
vendored
@ -171,10 +171,6 @@ jobs:
|
|||||||
os.environ["EXPECTED_PYTHON"],
|
os.environ["EXPECTED_PYTHON"],
|
||||||
"bin")
|
"bin")
|
||||||
assert os.path.dirname(sys.executable) == correct_dir'
|
assert os.path.dirname(sys.executable) == correct_dir'
|
||||||
# bundled executables in some Anaconda releases cause the post-run step to hang in MacOS
|
|
||||||
- run: |
|
|
||||||
pyenv global system
|
|
||||||
rm -f "$(pyenv root)"/shims/*
|
|
||||||
|
|
||||||
ubuntu_build:
|
ubuntu_build:
|
||||||
needs: discover_modified_scripts
|
needs: discover_modified_scripts
|
||||||
@ -235,6 +231,10 @@ jobs:
|
|||||||
"bin")
|
"bin")
|
||||||
assert os.path.dirname(sys.executable) == correct_dir'
|
assert os.path.dirname(sys.executable) == correct_dir'
|
||||||
fi
|
fi
|
||||||
|
# bundled executables in some Anaconda releases cause the post-run step to break
|
||||||
|
- run: |
|
||||||
|
pyenv global system
|
||||||
|
rm -f "$(pyenv root)"/shims/*
|
||||||
ubuntu_build_tar_gz:
|
ubuntu_build_tar_gz:
|
||||||
needs: discover_modified_scripts
|
needs: discover_modified_scripts
|
||||||
if: needs.discover_modified_scripts.outputs.versions_cpython_only != '[""]'
|
if: needs.discover_modified_scripts.outputs.versions_cpython_only != '[""]'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user