File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ jobs:
100
100
101
101
pip install requests
102
102
pip3 install s4cmd
103
+ pip3 install boto3
103
104
104
105
test_python_version_file :
105
106
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 48
48
installation_directory=${{ steps.set-installation-directory.outputs.installation_directory }}
49
49
mkdir -p "${installation_directory}"
50
50
exact_python_version="${{ steps.find-exact-python-version.outputs.exact_python_version }}"
51
- ${GITHUB_ACTION_PATH}/install-python.sh "${exact_python_version}" "${installation_directory}"
51
+ ${GITHUB_ACTION_PATH}/install-python.sh "${exact_python_version}" "${installation_directory}"
52
52
53
53
- name : Add python to PATH
54
54
shell : bash
59
59
echo "The following python binaries are now available in the PATH"
60
60
ls "${installation_directory}/bin"
61
61
62
- echo "Linking python libraries.."
62
+ echo "Linking python libraries... "
63
63
ls "${installation_directory}/lib"
64
64
sudo ldconfig "${installation_directory}/lib"
65
65
Original file line number Diff line number Diff line change 18
18
19
19
dynamic_package_list=" ${desired_openssl_package} ${desired_lib_crypt} "
20
20
21
- sudo yum install -y gcc make \
21
+ sudo yum install -y autoconf automake binutils bison byacc cscope ctags diffstat doxygen \
22
+ elfutils flex gcc gcc-c++ gcc-gfortran gettext git indent intltool libtool make patch patchutils \
23
+ pkgconfig rcs rpm-build rpm-sign subversion swig system-rpm-config systemtap \
22
24
${dynamic_package_list} zlib-devel bzip2 bzip2-devel readline-devel libffi-devel \
23
25
ncurses-devel sqlite sqlite-devel gdbm-devel tk-devel xz-devel \
24
26
tar gzip wget which
You can’t perform that action at this time.
0 commit comments