Skip to content

Commit f7c9025

Browse files
move cmake to the requirements
1 parent 0bd0084 commit f7c9025

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/packing.yml

-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ jobs:
528528
run: |
529529
. .venv/bin/activate
530530
curl -L https://tarantool.io/release/2/installer.sh | bash
531-
apt install -y cmake=3.15.3
532531
apt install -y tt
533532
tt rocks install crud
534533

requirements-test.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ flake8 == 5.0.4 ; python_version < '3.8'
99
codespell == 2.3.0 ; python_version >= '3.8'
1010
codespell == 2.2.5 ; python_version < '3.8'
1111
setuptools >= 75.3.2
12+
cmake == 3.15.3

0 commit comments

Comments
 (0)