auto-gpt missing some jsons

This commit is contained in:
Max Howell 2023-05-08 17:38:04 -04:00
parent e93a903f58
commit 7d62c48db5
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -16,6 +16,14 @@ build:
dependencies:
tea.xyz/gx/cc: c99
script:
# `pip install` seems to miss some vital .json files, so we must manually copy
# we copy everything as we're not 100% sure which files are missing
# we do this first so any file movements from `pip install` takes precedence
- run:
cp -R $SRCROOT/autogpt .
working-directory:
${{prefix}}/venv/lib/python{{deps.python.org.version.marketing}}/site-packages
- python-venv.py {{prefix}}/bin/auto-gpt --requirements-txt
# still pretty new and thus provides no executable, so we made one
- cp props/auto-gpt {{prefix}}/venv/bin