Skip to content

Commit

Permalink
Add missing curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Jul 15, 2020
1 parent 27191e2 commit 1325181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install
apt-get update && apt-get install make
apt-get update
apt-get install make curl
- name: Lint package
shell: bash
Expand Down

0 comments on commit 1325181

Please sign in to comment.