Skip to content

Commit 243fe3b

Browse files
committed
[Docs] Fix doc setup
ghstack-source-id: 182b2de7933964b4aba3a9c81b7eb25cf356b67b Pull-Request-resolved: #2922
1 parent 3e82949 commit 243fe3b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
script: |
3838
set -e
3939
set -v
40-
# apt-get update && apt-get install -y -f git wget gcc g++ dialog apt-utils cmake
4140
yum makecache
4241
# Install Mesa and OpenGL Libraries:
4342
yum install -y glfw mesa-libGL mesa-libGL-devel egl-utils freeglut mesa-libGLU mesa-libEGL
@@ -64,9 +63,9 @@ jobs:
6463
conda activate "${env_dir}"
6564
6665
# 2. upgrade pip, ninja and packaging
67-
# apt-get install python3-pip unzip -y -f
66+
conda install anaconda::cmake -y
6867
python3 -m pip install --upgrade pip
69-
python3 -m pip install setuptools ninja packaging cmake -U
68+
python3 -m pip install setuptools ninja packaging "pybind11[global]" -U
7069
7170
# 3. check python version
7271
python3 --version

0 commit comments

Comments
 (0)