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 6de7eb9 commit 2ea592aCopy full SHA for 2ea592a
.github/workflows/testing.yml
@@ -62,7 +62,7 @@ jobs:
62
curl -L https://tarantool.io/release/2/installer.sh | sudo bash
63
sudo apt install -y tt
64
tt version
65
- tt init
+ tt init
66
67
- name: Install tarantool ${{ matrix.tarantool }}
68
if: matrix.tarantool != 'master'
@@ -118,6 +118,10 @@ jobs:
118
- name: Install test requirements
119
run: pip3 install -r requirements-test.txt
120
121
+ # Temporary solution, waiting for the `checks` module update.
122
+ - name: Install old CMake for checks dependency
123
+ run: pip3 install cmake==3.4
124
+
125
- name: Install the crud module for testing purposes
126
run: |
127
tt rocks install crud 1.5.2
0 commit comments