Skip to content

Commit

Permalink
Merge pull request #138 from gisce/fix_ubuntu_20
Browse files Browse the repository at this point in the history
Fix ubuntu 20
  • Loading branch information
polsala authored Sep 1, 2023
2 parents dfdbbe3 + 428e8d5 commit 40fbd3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Set up Python 2.7
run: |
sudo apt update
sudo apt install python2 python-pip
sudo apt install python2 python2-dev
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
sudo python2 get-pip.py
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 2
printf '1\n' | sudo update-alternatives --config python
cd /usr/bin
sudo ln -s /usr/bin/pip2 ./pip
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
Expand Down

0 comments on commit 40fbd3b

Please sign in to comment.