Skip to content

Commit

Permalink
Merge pull request #38266 from dannf/conda-cleanup-cleanup
Browse files Browse the repository at this point in the history
conda: avoid py3.x-conda cross-contamination
  • Loading branch information
dannf authored Dec 23, 2024
2 parents 1d0a32d + 96684f5 commit 3c3419f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package:
name: conda
version: 24.11.2
epoch: 0
epoch: 1
description: "A system-level, binary package and environment manager running on all major operating systems and platforms."
copyright:
- license: BSD-3-Clause
Expand Down Expand Up @@ -80,10 +80,14 @@ subpackages:
- py${{range.key}}-ruamel-yaml
- py${{range.key}}-tqdm
pipeline:
- runs: |
# We don't use this dir until further down, but py/pip-build-install
# will fail if a parameter to its `prevent-inclusion:` does not exist
mkdir -p ./cleanup
- uses: py/pip-build-install
with:
python: python${{range.key}}
prevent-inclusion: melange-out
prevent-inclusion: cleanup melange-out
- name: "move usr/bin executables for -bin"
runs: |
mkdir -p ./cleanup/${{range.key}}/
Expand Down

0 comments on commit 3c3419f

Please sign in to comment.