Skip to content

Commit

Permalink
changed python version
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-vashkevich committed Jan 14, 2025
1 parent 8d03c5f commit 104011b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ runs:
shell: bash
run: |
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y build-essential
DEBIAN_FRONTEND=noninteractive wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
DEBIAN_FRONTEND=noninteractive sudo tar xzf Python-2.7.9.tgz
DEBIAN_FRONTEND=noninteractive cd Python-2.7.9
DEBIAN_FRONTEND=noninteractive wget https://www.python.org/ftp/python/2.2/Python-2.2.tgz
DEBIAN_FRONTEND=noninteractive sudo tar xzf Python-2.2.tgz
DEBIAN_FRONTEND=noninteractive cd Python-2.2
DEBIAN_FRONTEND=noninteractive sudo ./configure --enable-optimizations
DEBIAN_FRONTEND=noninteractive sudo make install
Expand Down

0 comments on commit 104011b

Please sign in to comment.