Skip to content

Commit

Permalink
Merge pull request #5211 from eva-vashkevich/python_clean_up_2.9
Browse files Browse the repository at this point in the history
Clean up python installation
  • Loading branch information
eva-vashkevich authored Jan 15, 2025
2 parents ed6fd51 + 526c87c commit fa06bba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ runs:
DEBIAN_FRONTEND=noninteractive cd Python-2.2
DEBIAN_FRONTEND=noninteractive sudo ./configure --enable-optimizations
DEBIAN_FRONTEND=noninteractive sudo make install
DEBIAN_FRONTEND=noninteractive cd ..
DEBIAN_FRONTEND=noninteractive sudo rm Python-2.2.tgz
DEBIAN_FRONTEND=noninteractive sudo rm -r Python-2.2
- name: Install packages
shell: bash
Expand Down

0 comments on commit fa06bba

Please sign in to comment.