We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d2ac7 commit bb5de32Copy full SHA for bb5de32
.github/workflows/testing.yml
@@ -64,6 +64,10 @@ jobs:
64
tt version
65
tt init
66
67
+ # Waiting until `checks` repo will be updated.
68
+ - name: Install old CMake
69
+ run: pip3 install cmake==3.15.3
70
+
71
- name: Install tarantool ${{ matrix.tarantool }}
72
if: matrix.tarantool != 'master'
73
uses: tarantool/setup-tarantool@v3
@@ -118,10 +122,6 @@ jobs:
118
122
- name: Install test requirements
119
123
run: pip3 install -r requirements-test.txt
120
124
121
- # Waiting until `checks` repo will be updated.
- - name: Install old CMake
- run: pip3 install cmake==3.15.3
-
125
- name: Install the crud module for testing purposes
126
run: tt rocks install crud 1.4.2
127
0 commit comments