Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2410d58

Browse files
committedApr 8, 2025·
add /usr/lib/python3.11 to pythonpath
1 parent 4ac489e commit 2410d58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/packing.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,9 @@ jobs:
555555

556556
- name: Run tests
557557
run: |
558-
apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
559558
ls -la /usr/lib/python3/dist-packages/tarantool
560559
. .venv/bin/activate
561-
export PYTHONPATH=$PYTHONPATH:/usr/bin:/usr/lib/python3/dist-packages/tarantool
560+
export PYTHONPATH=$PYTHONPATH:/usr/lib/python3.11:/usr/bin:/usr/lib/python3/dist-packages/tarantool
562561
echo $PYTHONPATH
563562
make test-pure-install
564563
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'

0 commit comments

Comments
 (0)
Please sign in to comment.