We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd0084 commit f7c9025Copy full SHA for f7c9025
.github/workflows/packing.yml
@@ -528,7 +528,6 @@ jobs:
528
run: |
529
. .venv/bin/activate
530
curl -L https://tarantool.io/release/2/installer.sh | bash
531
- apt install -y cmake=3.15.3
532
apt install -y tt
533
tt rocks install crud
534
requirements-test.txt
@@ -9,3 +9,4 @@ flake8 == 5.0.4 ; python_version < '3.8'
9
codespell == 2.3.0 ; python_version >= '3.8'
10
codespell == 2.2.5 ; python_version < '3.8'
11
setuptools >= 75.3.2
12
+cmake == 3.15.3
0 commit comments