We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apt-get
apt
1 parent a806a56 commit b36fcd7Copy full SHA for b36fcd7
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
apt update &&
33
apt install -y software-properties-common curl &&
34
add-apt-repository ppa:deadsnakes/ppa -y &&
35
- apt install -y python$PY_VER python$PY_VER-dev python$PY_VER-venv &&
+ apt-get update && apt-get install -y python$PY_VER python$PY_VER-dev python$PY_VER-venv &&
36
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python$PY_VER 1 &&
37
python$PY_VER -m venv /tmp/venv &&
38
/tmp/venv/bin/pip install --upgrade pip
0 commit comments