File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -496,10 +496,8 @@ jobs:
496
496
apt install -y python3-venv
497
497
python3 -m venv .venv
498
498
499
-
500
499
- name : Install tarantool ${{ matrix.tarantool }}
501
500
run : |
502
- . .venv/bin/activate
503
501
apt install -y curl
504
502
curl -L https://tarantool.io/release/2/installer.sh | bash
505
503
apt install -y tarantool tarantool-dev
@@ -514,26 +512,22 @@ jobs:
514
512
515
513
- name : Install the package from deb artifacts
516
514
run : |
517
- . .venv/bin/activate
518
515
apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
519
516
env :
520
517
DEBIAN_FRONTEND : noninteractive
521
518
522
519
- name : Install test requirements
523
520
run : |
524
- . .venv/bin/activate
525
521
pip3 install -r requirements-test.txt
526
522
527
523
- name : Install the crud module for testing purposes
528
524
run : |
529
- . .venv/bin/activate
530
525
curl -L https://tarantool.io/release/2/installer.sh | bash
531
526
apt install -y tt
532
527
tt rocks install crud
533
528
534
529
- name : Run tests
535
530
run : |
536
- . .venv/bin/activate
537
531
make test-pure-install
538
532
539
533
publish_deb :
You can’t perform that action at this time.
0 commit comments