File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151 sudo apt update -y && sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && \
5252 sudo apt update -y && sudo apt install -y --no-install-recommends \
5353 git git-lfs gcc-11 g++-11 ninja-build ccache libgtest-dev libgmock-dev \
54- shellcheck curl doxygen python3 python3-pip python3-dev python3-distutils \
54+ shellcheck curl doxygen python3 python3-pip python3-dev python3-setuptools \
5555 texlive-latex-extra ghostscript graphviz \
5656 && curl -L https://cmake.org/files/v3.20/cmake-3.20.1-linux-x86_64.tar.gz --output /tmp/cmake-3.20.1.tar.gz \
5757 && tar -xzf /tmp/cmake-3.20.1.tar.gz -C /tmp/ && sudo cp -r /tmp/cmake-3.20.1-linux-x86_64/bin/ /usr/local/ \
6262 name : Install Python Dependencies
6363 run : |
6464 sudo apt update -y && sudo apt install -y --no-install-recommends \
65- python3 python3-pip python3-dev python3-distutils doxygen && sudo rm -rf /var/lib/apt/lists/* \
65+ python3 python3-pip python3-dev python3-setuptools doxygen && sudo rm -rf /var/lib/apt/lists/* \
6666 && python3 -m pip install sphinx-rtd-theme sphinx breathe recommonmark graphviz \
6767 && python3 -m pip install numpy==2.0.1 patchelf==0.17.2.1
6868
You can’t perform that action at this time.
0 commit comments