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 6cedea3 commit 4204f36Copy full SHA for 4204f36
.lightning/workflows/fabric.yml
@@ -43,6 +43,16 @@ run: |
43
# Add deadsnakes PPA for newer Python versions if needed
44
add-apt-repository ppa:deadsnakes/ppa -y
45
apt-get update -qq
46
+ apt-get install -q -y --no-install-recommends --allow-downgrades --allow-change-held-packages \
47
+ build-essential \
48
+ pkg-config \
49
+ cmake \
50
+ ca-certificates \
51
+ libopenmpi-dev \
52
+ openmpi-bin \
53
+ ninja-build \
54
+ libnccl2 \
55
+ libnccl-dev
56
57
apt-get install -y python${python_version} python${python_version}-venv python${python_version}-dev
58
ln -sf /usr/bin/python${python_version} /usr/bin/python
0 commit comments