Skip to content

Commit

Permalink
install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka committed Dec 11, 2024
1 parent dddad68 commit bd7cf99
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 @@ -49,6 +49,8 @@ jobs:

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

0 comments on commit bd7cf99

Please sign in to comment.