Skip to content

Commit

Permalink
remove conda install pip
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Jun 12, 2024
1 parent 8ba579a commit 90b9152
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y ffmpeg libsm6 libxext6
sudo apt-get install -y python3-opengl
sudo apt install libosmesa6 -y
conda install pip --yes
sudo apt install -y libosmesa6
pip install --upgrade pip
pip install -e .
pip install pytest
Expand Down

0 comments on commit 90b9152

Please sign in to comment.