Skip to content

Commit 3ba4235

Browse files
install package after venv
1 parent bbd0976 commit 3ba4235

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/packing.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -543,11 +543,6 @@ jobs:
543543
tt rocks install crud
544544
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
545545

546-
- name: Check content of the folder
547-
run: |
548-
apt install tree
549-
tree
550-
551546
- name: Run tests
552547
run: |
553548
make test-pure-install
@@ -556,6 +551,7 @@ jobs:
556551
- name: Run tests
557552
run: |
558553
. .venv/bin/activate
554+
apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
559555
export PYTHONPATH=$PYTHONPATH:/usr/lib/python3.11:/usr/lib/python3.12:/usr/bin:/usr/lib/python3/dist-packages/tarantool
560556
echo PYTHONPATH=$PYTHONPATH
561557
echo PATH=$PATH

0 commit comments

Comments
 (0)