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 cab2b76 commit b593830Copy full SHA for b593830
.github/workflows/packing.yml
@@ -550,7 +550,10 @@ jobs:
550
- name: Run tests
551
run: |
552
. .venv/bin/activate
553
+ apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
554
make test-pure-install
555
+ env:
556
+ DEBIAN_FRONTEND: noninteractive
557
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
558
559
publish_deb:
0 commit comments