File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -59,23 +59,18 @@ jobs:
5959 ls ../../../
6060 python -m pip install --upgrade pip
6161 cd sm
62- python -m pip install .
62+ pip install .
6363 cd ../sg
64- python -m pip install .
64+ pip install .
6565 cd ../swift
66- python -m pip install .
66+ pip install .
6767 cd ../robotics-toolbox-python/rtb-data
68- python -m pip install .
68+ ip install .
6969 - name : Test with pytest
7070 run : |
7171 cd robotics-toolbox-python
7272 pip install .[dev,collision]
7373 pip install pytest-timeout
74- ls
75- ls ./roboticstoolbox
76- git status
77- pip list
78- cd ..
7974 python -c "import spatialgeometry"
8075 python -c "import roboticstoolbox"
81- pytest --timeout=50 --timeout_method thread -s ./robotics-toolbox-python
76+ pytest --timeout=50 --timeout_method thread -s
You can’t perform that action at this time.
0 commit comments