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 b593830 commit be66dbeCopy full SHA for be66dbe
.github/workflows/packing.yml
@@ -550,10 +550,8 @@ jobs:
550
- name: Run tests
551
run: |
552
. .venv/bin/activate
553
- apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
+ export PYTHONPATH="$PYTHONPATH:."
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