Skip to content

Commit 5dd81ae

Browse files
Try this
1 parent b8458d3 commit 5dd81ae

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

.github/workflows/testing.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,23 @@ jobs:
2121
matrix:
2222
tarantool:
2323
- '1.10'
24-
- '2.8'
25-
- '2.9'
24+
# - '2.8'
25+
# - '2.9'
2626
- '2.x-latest'
2727
python:
2828
- '2.7'
29-
- '3.6'
29+
# - '3.5'
30+
# - '3.6'
3031
# - '3.7'
3132
# - '3.8'
3233
# - '3.9'
3334
- '3.10'
34-
python-msgpack:
35-
- '0.5.0'
36-
- '0.6.2'
37-
- '1.0.0'
38-
- 'latest'
35+
msgpack-deps:
36+
- 'msgpack-python==0.4.0'
37+
- 'msgpack==0.5.0'
38+
- 'msgpack==0.6.2'
39+
- 'msgpack==1.0.0'
40+
- 'msgpack>=0.4.0'
3941

4042
steps:
4143
- name: Clone the connector
@@ -59,9 +61,7 @@ jobs:
5961
python-version: ${{ matrix.python }}
6062

6163
- name: Setup msgpack python package
62-
if: matrix.python-msgpack != 'latest'
63-
# 'latest' msgpack will be installed as a part of requirements.txt
64-
run: pip install msgpack==${{ matrix.python-msgpack }}
64+
run: pip install ${{ matrix.msgpack-deps }}
6565

6666
- name: Install connector requirements
6767
run: pip install -r requirements.txt
@@ -120,9 +120,6 @@ jobs:
120120
- name: Install test requirements
121121
run: pip install -r requirements-test.txt
122122

123-
# - name: Check ip
124-
# run: ping /n 3 ${{ secrets.REMOTE_TARANTOOL_HOST }}
125-
126123
- name: Setup WSL
127124
uses: Vampire/setup-wsl@v1
128125
with:

0 commit comments

Comments
 (0)