We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfdbbe3 + 428e8d5 commit 40fbd3bCopy full SHA for 40fbd3b
.github/workflows/release.yml
@@ -14,12 +14,12 @@ jobs:
14
- name: Set up Python 2.7
15
run: |
16
sudo apt update
17
- sudo apt install python2 python-pip
+ sudo apt install python2 python2-dev
18
+ curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
19
+ sudo python2 get-pip.py
20
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 1
21
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 2
22
printf '1\n' | sudo update-alternatives --config python
- cd /usr/bin
- sudo ln -s /usr/bin/pip2 ./pip
23
- name: Get tag
24
id: tag
25
uses: dawidd6/action-get-tag@v1
0 commit comments