Skip to content

Commit

Permalink
exporting new PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Jan 26, 2024
1 parent 146d53b commit 3bd7db0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/systemtests_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
make bindings_python
cd build
python3 setup.py install --user
printenv PYTHONPATH
- name: Create workspace
id: step2
run: |
Expand Down Expand Up @@ -55,9 +56,9 @@ jobs:
source /opt/ros/humble/setup.bash
. install/local_setup.bash
##########
pip show cffirmware
export PYTHONPATH="${PYTHONPATH}:/home/github/.local/lib/python3.10/site-packages/"
export PYTHONPATH="${PYTHONPATH}:/home/github/actions-runner/_work/crazyswarm2/crazyswarm2/crazyflie-firmware/build/"
printenv PYTHONPATH
pip show cffirmware
##########
export ROS_LOCALHOST_ONLY=1
python3 src/crazyswarm2/systemtests/test_flights.py --sim
Expand Down

0 comments on commit 3bd7db0

Please sign in to comment.