Skip to content

Commit be06a37

Browse files
authored
Update test_future.yml
1 parent 41d5592 commit be06a37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_future.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424
with:
2525
ref: future
26-
path: rtb
26+
path: robotics-toolbox-python
2727

2828
- name: Checkout Swift
2929
uses: actions/checkout@v2
@@ -55,11 +55,11 @@ jobs:
5555
python -m pip install .
5656
cd ../swift
5757
python -m pip install .
58-
cd ../rtb/rtb-data
58+
cd ../robotics-toolbox-python/rtb-data
5959
python -m pip install .
6060
- name: Test with pytest
6161
run: |
62-
cd rtb
62+
cd robotics-toolbox-python
6363
pip install .[dev,collision]
6464
pip install pytest-timeout
6565
pytest --timeout=50 --timeout_method thread -s

0 commit comments

Comments
 (0)