-y
This commit is contained in:
parent
756de86c44
commit
8db61210e7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -132,8 +132,8 @@ jobs:
|
||||||
# make -j 8
|
# make -j 8
|
||||||
# make altinstall
|
# make altinstall
|
||||||
add-apt-repository ppa:deadsnakes/ppa
|
add-apt-repository ppa:deadsnakes/ppa
|
||||||
apt-get update
|
apt-get update -y
|
||||||
apt-get install python3.10
|
apt-get install -y python3.10
|
||||||
python3.10 --version
|
python3.10 --version
|
||||||
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
|
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
|
||||||
python3.10 -m pip install --upgrade pip
|
python3.10 -m pip install --upgrade pip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue