mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add curl for codecov-action
This commit is contained in:
5
.github/workflows/unit-test.yaml
vendored
5
.github/workflows/unit-test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user