Skip to content

Commit

Permalink
fix installing curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka committed Dec 11, 2024
1 parent fca9145 commit 6e9f8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install CURL
run: apk install curl -y
run: apt install curl -y
- name: Install requirements
run: |
pip install -r dev-requirements.txt
Expand Down

0 comments on commit 6e9f8d0

Please sign in to comment.