Skip to content

Commit b8d6609

Browse files
remove venv
1 parent f7c9025 commit b8d6609

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/packing.yml

-6
Original file line numberDiff line numberDiff line change
@@ -496,10 +496,8 @@ jobs:
496496
apt install -y python3-venv
497497
python3 -m venv .venv
498498
499-
500499
- name: Install tarantool ${{ matrix.tarantool }}
501500
run: |
502-
. .venv/bin/activate
503501
apt install -y curl
504502
curl -L https://tarantool.io/release/2/installer.sh | bash
505503
apt install -y tarantool tarantool-dev
@@ -514,26 +512,22 @@ jobs:
514512

515513
- name: Install the package from deb artifacts
516514
run: |
517-
. .venv/bin/activate
518515
apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
519516
env:
520517
DEBIAN_FRONTEND: noninteractive
521518

522519
- name: Install test requirements
523520
run: |
524-
. .venv/bin/activate
525521
pip3 install -r requirements-test.txt
526522
527523
- name: Install the crud module for testing purposes
528524
run: |
529-
. .venv/bin/activate
530525
curl -L https://tarantool.io/release/2/installer.sh | bash
531526
apt install -y tt
532527
tt rocks install crud
533528
534529
- name: Run tests
535530
run: |
536-
. .venv/bin/activate
537531
make test-pure-install
538532
539533
publish_deb:

0 commit comments

Comments
 (0)