We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86b109 commit 711383fCopy full SHA for 711383f
.github/workflows/test_future.yml
@@ -48,24 +48,22 @@ jobs:
48
49
- name: Install dependencies
50
run: |
51
- echo "Current wd and ls"
52
- pwd
53
- ls
54
- echo "One up ls"
55
- ls ../
56
- echo "Two up ls"
57
- ls ../../
58
- echo "Three up ls"
59
- ls ../../../
+ echo "Update pip"
60
python -m pip install --upgrade pip
61
cd sm
+ echo "Install sm"
+ ls
62
pip install .
63
cd ../sg
+ echo "Install sg"
64
65
cd ../swift
+ echo "Install swift"
66
67
cd ../robotics-toolbox-python/rtb-data
68
- ip install .
+ pip install .
69
- name: Test with pytest
70
71
cd robotics-toolbox-python
0 commit comments