Skip to content

Commit 408be21

Browse files
force installation before test for 12/24.04
1 parent 757ad38 commit 408be21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ jobs:
556556
- name: Run tests
557557
run: |
558558
. .venv/bin/activate
559-
export PYTHONPATH=$PYTHONPATH:.:./
559+
apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
560560
make test-pure-install
561561
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
562562

0 commit comments

Comments
 (0)