Skip to content

Commit b09cca5

Browse files
add lumigo-core library to the layer files
1 parent ba332f9 commit b09cca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/prepare_layer_files.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ python setup.py bdist_wheel
55
rm -rf python && mkdir python
66
cp -R src/lumigo_tracer.egg-info python/
77
cp -R src/lumigo_tracer python/
8+
python -m pip install -r src/lumigo_tracer.egg-info/requires.txt
89
cp -R "$(python -c "import lumigo_core; print(lumigo_core.__path__[0])")"* python/

0 commit comments

Comments
 (0)