Skip to content

Commit 711383f

Browse files
authored
Update test_future.yml
1 parent b86b109 commit 711383f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/test_future.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,22 @@ jobs:
4848

4949
- name: Install dependencies
5050
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 ../../../
51+
echo "Update pip"
6052
python -m pip install --upgrade pip
6153
cd sm
54+
echo "Install sm"
55+
ls
6256
pip install .
6357
cd ../sg
58+
echo "Install sg"
59+
ls
6460
pip install .
6561
cd ../swift
62+
echo "Install swift"
63+
ls
6664
pip install .
6765
cd ../robotics-toolbox-python/rtb-data
68-
ip install .
66+
pip install .
6967
- name: Test with pytest
7068
run: |
7169
cd robotics-toolbox-python

0 commit comments

Comments
 (0)