File tree 1 file changed +1
-20
lines changed
1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -506,23 +506,12 @@ jobs:
506
506
path : deb_dist
507
507
508
508
- name : Install the package from deb artifacts
509
- # https://github.com/yktoo/indicator-sound-switcher/issues/113#issuecomment-1243975728
510
- # apt install zstd
511
509
run : apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
512
510
env :
513
511
DEBIAN_FRONTEND : noninteractive
514
512
515
513
- name : Install test requirements
516
514
run : pip3 install -r requirements-test.txt
517
- if : matrix.target.os == 'ubuntu'
518
-
519
- - name : Install test requirements
520
- run : |
521
- apt install -y python3.11-venv
522
- python3 -m venv .venv
523
- .venv/bin/activate
524
- pip3 install -r requirements-test.txt
525
- if : matrix.target.os == 'debian'
526
515
527
516
- name : Install the crud module for testing purposes
528
517
run : |
@@ -532,15 +521,7 @@ jobs:
532
521
tt rocks install crud
533
522
534
523
- name : Run tests
535
- run : |
536
- make test-pure-install
537
- if : matrix.target.os == 'ubuntu'
538
-
539
- - name : Run tests
540
- run : |
541
- source .venv/bin/activate
542
- make test-pure-install
543
- if : matrix.target.os == 'debian'
524
+ run : make test-pure-install
544
525
545
526
publish_deb :
546
527
if : startsWith(github.ref, 'refs/tags')
You can’t perform that action at this time.
0 commit comments