Skip to content

Commit

Permalink
Fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stepjam committed Feb 4, 2024
1 parent 5e020ed commit 4a649fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ jobs:
- name: PyRep Tests
run: |
sudo apt-get update -qq
sudo apt-get install -y xvfb
sudo apt-get install -y xvfb qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev qt5-default qttools5-dev-tools
# start xvfb in the background
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
cur=`pwd`
wget https://downloads.coppeliarobotics.com/V4_6_0_rev16/CoppeliaSim_Player_V4_6_0_rev16_Ubuntu20_04.tar.xz
tar -xf CoppeliaSim_Player_V4_6_0_rev16_Ubuntu20_04.tar.xz
export COPPELIASIM_ROOT="$cur/CoppeliaSim_Player_V4_6_0_rev16_Ubuntu20_04"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
echo $COPPELIASIM_ROOT
pip install .
mv pyrep _pyrep
Expand Down

0 comments on commit 4a649fa

Please sign in to comment.