Skip to content

Commit ed1309b

Browse files
authored
pip install -e
1 parent fefaf0e commit ed1309b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo apt-get update
3636
cd /opt/ros/overlay_ws/src/semantic_world
3737
source ../semantic_world-venv/bin/activate
38-
pip install -U pip && pip install -r requirements.txt && pip install . && pip install pytest
38+
pip install -U pip && pip install -r requirements.txt && pip install -e . && pip install pytest
3939
echo "PATH=/opt/ros/overlay_ws/src/Multiverse-Parser/ext/blender:/opt/ros/overlay_ws/src/Multiverse-Parser/USD/linux/lib/python:/opt/ros/overlay_ws/src/Multiverse-Parser/USD/linux/plugin/usd:$PATH" >> $GITHUB_ENV
4040
echo "PYTHONPATH=/opt/ros/overlay_ws/src/Multiverse-Parser/USD/linux/lib/python:/opt/ros/overlay_ws/src/src" >> $GITHUB_ENV
4141

0 commit comments

Comments
 (0)