Skip to content

Commit

Permalink
Merge pull request #142 from gisce/update_ci
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
polsala committed Jul 21, 2023
2 parents 7dd7f91 + 85002a5 commit 2821106
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: '2.7'
- name: Install Python 2
run: |
sudo apt update
sudo apt install python2 python-pip
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 2821106

Please sign in to comment.