We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6adf54 commit 9d96b42Copy full SHA for 9d96b42
.github/workflows/packing.yml
@@ -471,10 +471,10 @@ jobs:
471
# dist: bullseye # 11
472
- os: debian
473
dist: bookworm # 12
474
- - os: ubuntu
475
- dist: focal # 20.04
476
477
- dist: jammy # 22.04
+ # - os: ubuntu
+ # dist: focal # 20.04
+ # dist: jammy # 22.04
478
- os: ubuntu
479
dist: noble # 24.04
480
@@ -551,6 +551,9 @@ jobs:
551
run: |
552
. .venv/bin/activate
553
export PYTHONPATH=$PYTHONPATH:.:./
554
+ apt install tree
555
+ tree
556
+ cat tarantool/version.py
557
make test-pure-install
558
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
559
0 commit comments