mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
add bzip2 to test env
required for testing against miniconda 4.5
This commit is contained in:
1
.github/workflows/unit-test.yaml
vendored
1
.github/workflows/unit-test.yaml
vendored
@@ -61,6 +61,7 @@ jobs:
|
||||
apt-get update
|
||||
apt-get install --yes \
|
||||
python3-venv \
|
||||
bzip2 \
|
||||
git
|
||||
|
||||
python3 -m venv /srv/venv
|
||||
|
||||
@@ -8,6 +8,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get update \
|
||||
&& apt-get install --yes \
|
||||
systemd \
|
||||
bzip2 \
|
||||
curl \
|
||||
git \
|
||||
sudo \
|
||||
|
||||
Reference in New Issue
Block a user