Skip to content

Commit

Permalink
Merge pull request #154 from Graur/141
Browse files Browse the repository at this point in the history
added installation of required dependencies
  • Loading branch information
yegor256 authored Jul 3, 2023
2 parents 99ca421 + db5610b commit 4bb4036
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
- name: checkout code
uses: actions/checkout@v3
- name: install Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
run: |
sudo apt-get update
sudo apt-get install -y python3 python3-pip
pip3 install requests
- name: install ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 4bb4036

Please sign in to comment.