Skip to content

Commit 4e44389

Browse files
committed
install curl for codecov
1 parent 29c513b commit 4e44389

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci_docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- name: Run tests
2121
run: |
2222
python3 -m pytest test/ --cov openmc2dolfinx --cov-report xml --cov-report term
23+
24+
- name: Install curl for codecov
25+
run: |
26+
apt-get update && apt-get install -y curl
2327
2428
- name: Upload to codecov
2529
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)