Skip to content

Commit be66dbe

Browse files
add folder to path
1 parent b593830 commit be66dbe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/packing.yml

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

559557
publish_deb:

0 commit comments

Comments
 (0)