Skip to content

Commit 6490865

Browse files
committed
silence
1 parent b9ee507 commit 6490865

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.lightning/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ env:
2323

2424
run: |
2525
echo "Installing dependencies"
26-
apt-get update -qq --fix-missing &> /dev/null
26+
apt-get update -qq --fix-missing -o=Dpkg::Use-Pty=0 &> /dev/null
2727
apt-get install -q -y software-properties-common curl
2828
echo "Add deadsnakes PPA for newer Python versions if needed"
2929
add-apt-repository ppa:deadsnakes/ppa -y
30-
apt-get update -qq --fix-missing &> /dev/null
30+
apt-get update -qq --fix-missing -o=Dpkg::Use-Pty=0 &> /dev/null
3131
echo "Install Python ${python_version} and other dependencies"
3232
apt-get install -q -y --no-install-recommends --allow-downgrades --allow-change-held-packages \
3333
build-essential \

.lightning/workflows/fabric.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ env:
3838

3939
run: |
4040
echo "Installing dependencies"
41-
apt-get update -qq --fix-missing &> /dev/null
41+
apt-get update -qq --fix-missing -o=Dpkg::Use-Pty=0 &> /dev/null
4242
apt-get install -q -y software-properties-common curl
4343
echo "Add deadsnakes PPA for newer Python versions if needed"
4444
add-apt-repository ppa:deadsnakes/ppa -y
45-
apt-get update -qq --fix-missing &> /dev/null
45+
apt-get update -qq --fix-missing -o=Dpkg::Use-Pty=0 &> /dev/null
4646
echo "Install Python ${python_version} and other dependencies"
4747
apt-get install -q -y --no-install-recommends --allow-downgrades --allow-change-held-packages \
4848
build-essential \

.lightning/workflows/pytorch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ env:
3838

3939
run: |
4040
echo "Installing dependencies"
41-
apt-get update -qq --fix-missing &> /dev/null
41+
apt-get update -qq --fix-missing -o=Dpkg::Use-Pty=0 &> /dev/null
4242
apt-get install -q -y software-properties-common curl
4343
echo "Add deadsnakes PPA for newer Python versions if needed"
4444
add-apt-repository ppa:deadsnakes/ppa -y
45-
apt-get update -qq --fix-missing &> /dev/null
45+
apt-get update -qq --fix-missing -o=Dpkg::Use-Pty=0 &> /dev/null
4646
echo "Install Python ${python_version} and other dependencies"
4747
apt-get install -q -y --no-install-recommends --allow-downgrades --allow-change-held-packages \
4848
build-essential \

0 commit comments

Comments
 (0)