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 757ad38 commit 408be21Copy full SHA for 408be21
.github/workflows/packing.yml
@@ -556,7 +556,7 @@ jobs:
556
- name: Run tests
557
run: |
558
. .venv/bin/activate
559
- export PYTHONPATH=$PYTHONPATH:.:./
+ apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
560
make test-pure-install
561
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
562
0 commit comments