mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(gpt-engineer)
This commit is contained in:
parent
44b1c0cfa9
commit
534798ad26
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ build:
|
||||||
mkdir -p "{{prefix}}"
|
mkdir -p "{{prefix}}"
|
||||||
export VIRTUAL_ENV="{{prefix}}/venv"
|
export VIRTUAL_ENV="{{prefix}}/venv"
|
||||||
cp -a .venv "$VIRTUAL_ENV"
|
cp -a .venv "$VIRTUAL_ENV"
|
||||||
|
cp pyproject.toml "$VIRTUAL_ENV"
|
||||||
python-venv-stubber.sh gpt-engineer
|
python-venv-stubber.sh gpt-engineer
|
||||||
if: '>=0.2.1'
|
if: '>=0.2.1'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue