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 cfd816f commit 5d8b2a7Copy full SHA for 5d8b2a7
.github/workflows/docgen.yml
@@ -23,10 +23,12 @@ jobs:
23
rm -rf /opt/ghc
24
rm -rf "/usr/local/share/boost"
25
rm -rf /usr/local/cuda/cuda-*
26
- - name: Install Python
27
- run:
+ - name: Install base deps
+ run: |
28
apt update
29
apt install -y gcc git curl wget make zlib1g-dev bzip2 libbz2-dev lzma lzma-dev libreadline-dev libsqlite3-dev libssl-dev libffi-dev doxygen pandoc
30
+ - name: Install Python
31
32
mkdir -p /opt/circleci
33
git clone https://github.com/pyenv/pyenv.git /opt/circleci/.pyenv
34
export PYENV_ROOT="/opt/circleci/.pyenv"
0 commit comments