We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd0976 commit 3ba4235Copy full SHA for 3ba4235
.github/workflows/packing.yml
@@ -543,11 +543,6 @@ jobs:
543
tt rocks install crud
544
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
545
546
- - name: Check content of the folder
547
- run: |
548
- apt install tree
549
- tree
550
-
551
- name: Run tests
552
run: |
553
make test-pure-install
@@ -556,6 +551,7 @@ jobs:
556
557
558
. .venv/bin/activate
554
+ apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
559
555
export PYTHONPATH=$PYTHONPATH:/usr/lib/python3.11:/usr/lib/python3.12:/usr/bin:/usr/lib/python3/dist-packages/tarantool
560
echo PYTHONPATH=$PYTHONPATH
561
echo PATH=$PATH
0 commit comments