fix(gpt-engineer)

This commit is contained in:
Jacob Heider 2023-12-13 10:30:49 -05:00
parent 44b1c0cfa9
commit 534798ad26
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -34,6 +34,7 @@ build:
mkdir -p "{{prefix}}"
export VIRTUAL_ENV="{{prefix}}/venv"
cp -a .venv "$VIRTUAL_ENV"
cp pyproject.toml "$VIRTUAL_ENV"
python-venv-stubber.sh gpt-engineer
if: '>=0.2.1'