File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,23 @@ jobs:
21
21
matrix :
22
22
tarantool :
23
23
- ' 1.10'
24
- - ' 2.8'
25
- - ' 2.9'
24
+ # - '2.8'
25
+ # - '2.9'
26
26
- ' 2.x-latest'
27
27
python :
28
28
- ' 2.7'
29
- - ' 3.6'
29
+ # - '3.5'
30
+ # - '3.6'
30
31
# - '3.7'
31
32
# - '3.8'
32
33
# - '3.9'
33
34
- ' 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'
39
41
40
42
steps :
41
43
- name : Clone the connector
59
61
python-version : ${{ matrix.python }}
60
62
61
63
- 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 }}
65
65
66
66
- name : Install connector requirements
67
67
run : pip install -r requirements.txt
@@ -120,9 +120,6 @@ jobs:
120
120
- name : Install test requirements
121
121
run : pip install -r requirements-test.txt
122
122
123
- # - name: Check ip
124
- # run: ping /n 3 ${{ secrets.REMOTE_TARANTOOL_HOST }}
125
-
126
123
- name : Setup WSL
127
124
uses : Vampire/setup-wsl@v1
128
125
with :
You can’t perform that action at this time.
0 commit comments