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 3b8dd3b commit b621d67Copy full SHA for b621d67
.github/workflows/actions.yaml
@@ -57,7 +57,7 @@ jobs:
57
- name: Install tarantool ${{ matrix.tarantool }} on MacOS
58
if: matrix.os == 'macos-latest'
59
run: |
60
- brew install icu4c libyaml 'openssl@3' readline zstd
+ brew install icu4c libyaml openssl@3 readline zstd
61
sudo tt install tarantool ${{ matrix.tarantool }}
62
63
- name: Install dependencies
@@ -69,7 +69,7 @@ jobs:
69
make build && make lint && make quicktest
70
71
- name: Run deep test
72
- if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == "3.12" && matrix.tarantool == "2.11.2" }}
+ if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' && matrix.tarantool == '2.11.2' }}
73
74
make build && make test
75
make clean && make debug && make coverage
0 commit comments