File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 38
38
python-version : ' 3.11'
39
39
40
40
- name : Install tools for packing and verification
41
- run : pip3 install wheel twine
41
+ run : |
42
+ pip3 install wheel twine
43
+ pip3 install --upgrade setuptools
44
+ # SetuptoolsDeprecationWarning: setuptools.installer is deprecated.
45
+ # Requirements should be satisfied by a PEP 517 installer.
42
46
43
47
- name : Pack source and binary files
44
48
run : make pip-dist
Original file line number Diff line number Diff line change @@ -306,7 +306,8 @@ jobs:
306
306
shell : wsl-bash_Ubuntu-22.04 {0}
307
307
run : |
308
308
curl -L https://tarantool.io/release/3/installer.sh | bash -s
309
- sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
309
+ sudo apt install -y tarantool tarantool-dev
310
+ tarantool --version
310
311
311
312
- name : Setup test tarantool instance
312
313
shell : wsl-bash_Ubuntu-22.04 {0}
You can’t perform that action at this time.
0 commit comments