Skip to content

Commit

Permalink
Install CURL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka committed Jul 19, 2024
1 parent 891fd43 commit 6cbf5a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install CURL
run: sudo apt-get install -y curl
- name: Install requirements
run: |
pip install -r dev-requirements.txt
Expand Down

0 comments on commit 6cbf5a1

Please sign in to comment.