Skip to content

Commit 3eafbe0

Browse files
committed
Merge branch 'master' of github.com:petercorke/robotics-toolbox-python
2 parents 985a198 + af401b0 commit 3eafbe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/future_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
- name: Test with pytest
6161
run: |
6262
cd rtb
63-
pip install .[dev,collision,vpython]
63+
pip install .[dev,collision]
6464
pip install pytest-timeout
6565
pytest --timeout=50 --timeout_method thread -s

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip
2727
- name: Test with pytest
2828
run: |
29-
pip install .[dev,collision,vpython]
29+
pip install .[dev,collision]
3030
pip install pytest-timeout
3131
pytest --timeout=50 --timeout_method thread -s
3232
codecov:

0 commit comments

Comments
 (0)