Skip to content

Commit 01d3edc

Browse files
committed
INstall curl
1 parent 5150cdb commit 01d3edc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci_docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
run: |
2727
python3 -m pytest test/ --cov festim --cov-report xml --cov-report term
2828
29+
- name: Install curl
30+
run: |
31+
apt-get update
32+
apt-get install -y curl
33+
2934
- name: Upload to codecov
3035
uses: codecov/codecov-action@v5
3136
with:

0 commit comments

Comments
 (0)