Skip to content

Commit bbd0976

Browse files
last chance for python
1 parent 961328d commit bbd0976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ jobs:
555555

556556
- name: Run tests
557557
run: |
558-
ls -la /usr/lib/python3.12/
559-
export PYTHONPATH=$PYTHONPATH:/usr/lib/python3.12:/usr/bin:/usr/lib/python3/dist-packages/tarantool
558+
. .venv/bin/activate
559+
export PYTHONPATH=$PYTHONPATH:/usr/lib/python3.11:/usr/lib/python3.12:/usr/bin:/usr/lib/python3/dist-packages/tarantool
560560
echo PYTHONPATH=$PYTHONPATH
561561
echo PATH=$PATH
562562
make test-pure-install

0 commit comments

Comments
 (0)