Skip to content

Commit 9d96b42

Browse files
debug prints
1 parent e6adf54 commit 9d96b42

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/packing.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -471,10 +471,10 @@ jobs:
471471
# dist: bullseye # 11
472472
- os: debian
473473
dist: bookworm # 12
474-
- os: ubuntu
475-
dist: focal # 20.04
476-
- os: ubuntu
477-
dist: jammy # 22.04
474+
# - os: ubuntu
475+
# dist: focal # 20.04
476+
# - os: ubuntu
477+
# dist: jammy # 22.04
478478
- os: ubuntu
479479
dist: noble # 24.04
480480

@@ -551,6 +551,9 @@ jobs:
551551
run: |
552552
. .venv/bin/activate
553553
export PYTHONPATH=$PYTHONPATH:.:./
554+
apt install tree
555+
tree
556+
cat tarantool/version.py
554557
make test-pure-install
555558
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
556559

0 commit comments

Comments
 (0)