Skip to content

Commit b86b109

Browse files
authored
Update test_future.yml
1 parent 5fe9a79 commit b86b109

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/test_future.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)