fix(conda)

oops, left python in env
This commit is contained in:
Jacob Heider 2024-02-01 14:18:32 -05:00 committed by Jacob Heider
parent cce9637adf
commit 53da7c209e

View file

@ -14,15 +14,11 @@ versions:
- /-1-MacOSX-arm64.sh/
dependencies:
python.org: ~3.11
runtime:
env:
# https://github.com/conda/conda/issues/9356#issuecomment-577271046
PYTHONPATH: '{{prefix}}/venv/lib/python3.11/site-packages'
pkgx.sh: ^1
build:
dependencies:
python.org: ~3.11
gnu.org/patch: '*'
curl.se: '*'
script:
@ -39,10 +35,11 @@ build:
- run: patch -p1 < $SRCROOT/props/context.py.diff
working-directory: ${{prefix}}/venv/lib/python3.11/site-packages
- bkpyvenv seal {{prefix}} conda
# we desire to provide a conda that doesnt require you to force it into
# your shellrc this command modifies the installation to prevent it
# erroring so we have to do prior to pkging it
- bkpyvenv seal {{prefix}} conda
- '{{prefix}}/bin/conda init'
env:
darwin/aarch64: