Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Feb 17, 2022
1 parent 1d1c6d4 commit 8ff5878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: python --version
- name: Install dependencies
run: |
sudo apt-get -y install libgnutls28-dev
sudo apt-get -y install libgnutls28-dev libcurl4-openssl-dev libssl-dev
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 8ff5878

Please sign in to comment.