Skip to content

Commit ba332f9

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

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,3 +5,4 @@ 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+
cp -R "$(python -c "import lumigo_core; print(lumigo_core.__path__[0])")"* python/

0 commit comments

Comments
 (0)