Skip to content

Commit

Permalink
apt libosmesa
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Jun 12, 2024
1 parent 383318e commit e45e38d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,8 @@ jobs:

- name: Install dependencies
run: |
conda install -c conda-forge glew
conda install -c conda-forge mesalib
conda install -c anaconda mesa-libgl-cos6-x86_64
conda install -c menpo glfw3
export CPATH=$CONDA_PREFIX/include
cd $CONDA_PREFIX/lib/
cp /usr/lib/libGL.so.1 .
ln -s libGL.so.1 libGL.so
sudo apt-get update
sudo apt-get install -y libosmesa6
pip install --upgrade pip
pip install -e .
pip install pytest
Expand Down

0 comments on commit e45e38d

Please sign in to comment.