Skip to content

Commit 0b1da67

Browse files
committed
Add curl for codecov-action
1 parent 9802473 commit 0b1da67

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/unit-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,16 @@ jobs:
5353
with:
5454
python-version: "${{ matrix.python_version }}"
5555

56-
- name: Install venv, git, pip and setup venv
56+
- name: Install system dependencies and setup venv
5757
run: |
5858
export DEBIAN_FRONTEND=noninteractive
5959
apt-get update
6060
apt-get install --yes \
6161
python3-venv \
6262
python3-pip \
6363
bzip2 \
64-
git
64+
git \
65+
curl
6566
6667
python3 -m venv /srv/venv
6768
echo '/srv/venv/bin' >> $GITHUB_PATH

0 commit comments

Comments
 (0)