Skip to content

Commit d4b3af5

Browse files
Merge pull request #5212 from eva-vashkevich/python_clean_up_2.8
Clean up python installation
2 parents 3541fd0 + 614df5e commit d4b3af5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/setup/action.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ runs:
2121
DEBIAN_FRONTEND=noninteractive cd Python-2.2
2222
DEBIAN_FRONTEND=noninteractive sudo ./configure --enable-optimizations
2323
DEBIAN_FRONTEND=noninteractive sudo make install
24+
DEBIAN_FRONTEND=noninteractive cd ..
25+
DEBIAN_FRONTEND=noninteractive sudo rm Python-2.2.tgz
26+
DEBIAN_FRONTEND=noninteractive sudo rm -r Python-2.2
2427
2528
- name: Install packages
2629
shell: bash

0 commit comments

Comments
 (0)