Skip to content

Commit 6141479

Browse files
additionally update PYTHONPATH
1 parent f3e24cb commit 6141479

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packing.yml

+2
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,8 @@ jobs:
558558
. .venv/bin/activate
559559
apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
560560
ls -la /usr/lib/python3/dist-packages/tarantool
561+
export PYTHONPATH=$PYTHONPATH:/usr/lib/python3/dist-packages/tarantool:/usr/lib/python3/dist-packages/tarantool/
562+
echo $PYTHONPATH
561563
make test-pure-install
562564
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
563565

0 commit comments

Comments
 (0)