Skip to content

Commit 59d75a4

Browse files
try to run test purely
1 parent 2805f30 commit 59d75a4

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/packing.yml

+1-20
Original file line numberDiff line numberDiff line change
@@ -506,23 +506,12 @@ jobs:
506506
path: deb_dist
507507

508508
- name: Install the package from deb artifacts
509-
# https://github.com/yktoo/indicator-sound-switcher/issues/113#issuecomment-1243975728
510-
# apt install zstd
511509
run: apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
512510
env:
513511
DEBIAN_FRONTEND: noninteractive
514512

515513
- name: Install test requirements
516514
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'
526515

527516
- name: Install the crud module for testing purposes
528517
run: |
@@ -532,15 +521,7 @@ jobs:
532521
tt rocks install crud
533522
534523
- 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
544525

545526
publish_deb:
546527
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)