Add curl for codecov-action

This commit is contained in:
Jordan Bradford
2025-10-05 20:28:10 -04:00
parent 9802473764
commit 0b1da67264

View File

@@ -53,7 +53,7 @@ jobs:
with:
python-version: "${{ matrix.python_version }}"
- name: Install venv, git, pip and setup venv
- name: Install system dependencies and setup venv
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update
@@ -61,7 +61,8 @@ jobs:
python3-venv \
python3-pip \
bzip2 \
git
git \
curl
python3 -m venv /srv/venv
echo '/srv/venv/bin' >> $GITHUB_PATH