mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
auto-gpt missing some jsons
This commit is contained in:
parent
e93a903f58
commit
7d62c48db5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue