File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
go-version : ' ${{ env.GO_VERSION }}'
26
26
27
+ - name : Setup python
28
+ uses : actions/setup-python@v4
29
+ with :
30
+ python-version : ' ${{ env.PYTHON_VERSION }}'
31
+
27
32
- name : Setup Mage
28
33
run : |
29
34
git clone https://github.com/magefile/mage
40
45
build-essential ninja-build \
41
46
lua5.1 luarocks lcov \
42
47
ruby-dev liblz4-dev autoconf \
43
- automake \
44
- libtool python3-pytest python3-psutil pip
48
+ automake libtool
45
49
sudo luarocks install luacheck 0.26.1
46
50
sudo gem install coveralls-lcov
47
51
sudo pip3 install tarantool
Original file line number Diff line number Diff line change 30
30
with :
31
31
go-version : ' ${{ env.GO_VERSION }}'
32
32
33
+ - name : Setup python
34
+ uses : actions/setup-python@v4
35
+ with :
36
+ python-version : ' ${{ env.PYTHON_VERSION }}'
37
+
33
38
- name : Setup Mage
34
39
run : |
35
40
git clone https://github.com/magefile/mage
You can’t perform that action at this time.
0 commit comments