Skip to content

Commit

Permalink
use apt not apk
Browse files Browse the repository at this point in the history
  • Loading branch information
knudmoeller committed Dec 20, 2024
1 parent 8767c6e commit 679b24d
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 679b24d

Please sign in to comment.