We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e82949 commit 243fe3bCopy full SHA for 243fe3b
.github/workflows/docs.yml
@@ -37,7 +37,6 @@ jobs:
37
script: |
38
set -e
39
set -v
40
- # apt-get update && apt-get install -y -f git wget gcc g++ dialog apt-utils cmake
41
yum makecache
42
# Install Mesa and OpenGL Libraries:
43
yum install -y glfw mesa-libGL mesa-libGL-devel egl-utils freeglut mesa-libGLU mesa-libEGL
@@ -64,9 +63,9 @@ jobs:
64
63
conda activate "${env_dir}"
65
66
# 2. upgrade pip, ninja and packaging
67
- # apt-get install python3-pip unzip -y -f
+ conda install anaconda::cmake -y
68
python3 -m pip install --upgrade pip
69
- python3 -m pip install setuptools ninja packaging cmake -U
+ python3 -m pip install setuptools ninja packaging "pybind11[global]" -U
70
71
# 3. check python version
72
python3 --version
0 commit comments