Skip to content

Commit 205ec73

Browse files
committed
-qq
1 parent bf32066 commit 205ec73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.lightning/workflows/fabric.yml

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

3838
run: |
3939
# Install Python and UV
40-
apt-get update -q
40+
apt-get update -qq
4141
apt-get install -y software-properties-common curl
4242
# Add deadsnakes PPA for newer Python versions if needed
4343
add-apt-repository ppa:deadsnakes/ppa -y
44-
apt-get update -q
44+
apt-get update -qq
4545
4646
apt-get install -y python${python_version} python${python_version}-venv python${python_version}-dev
4747
ln -sf /usr/bin/python${python_version} /usr/bin/python

0 commit comments

Comments
 (0)