Skip to content

Commit e868b62

Browse files
committed
Install curl in workflow
1 parent bfb8f52 commit e868b62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16+
- name: Install apt dependencies
17+
run: |
18+
sudo apt-get update --yes --quiet
19+
sudo apt-get install curl --yes --quiet
20+
1621
- name: Set up Python ${{ matrix.python-version }}
1722
uses: actions/setup-python@v5
1823
with:

0 commit comments

Comments
 (0)