Skip to content

Commit 961328d

Browse files
remove venv
1 parent b9853cc commit 961328d

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,8 +555,7 @@ jobs:
555555

556556
- name: Run tests
557557
run: |
558-
ls -la /usr/lib/python3/dist-packages/tarantool
559-
. .venv/bin/activate
558+
ls -la /usr/lib/python3.12/
560559
export PYTHONPATH=$PYTHONPATH:/usr/lib/python3.12:/usr/bin:/usr/lib/python3/dist-packages/tarantool
561560
echo PYTHONPATH=$PYTHONPATH
562561
echo PATH=$PATH

0 commit comments

Comments
 (0)