We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf32066 commit 205ec73Copy full SHA for 205ec73
.lightning/workflows/fabric.yml
@@ -37,11 +37,11 @@ env:
37
38
run: |
39
# Install Python and UV
40
- apt-get update -q
+ apt-get update -qq
41
apt-get install -y software-properties-common curl
42
# Add deadsnakes PPA for newer Python versions if needed
43
add-apt-repository ppa:deadsnakes/ppa -y
44
45
46
apt-get install -y python${python_version} python${python_version}-venv python${python_version}-dev
47
ln -sf /usr/bin/python${python_version} /usr/bin/python
0 commit comments