Skip to content

Commit b593830

Browse files
force installation of python3-tarantool on 24
1 parent cab2b76 commit b593830

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/packing.yml

+3
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,10 @@ jobs:
550550
- name: Run tests
551551
run: |
552552
. .venv/bin/activate
553+
apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
553554
make test-pure-install
555+
env:
556+
DEBIAN_FRONTEND: noninteractive
554557
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
555558

556559
publish_deb:

0 commit comments

Comments
 (0)