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 505b2f0 commit af401b0Copy full SHA for af401b0
.github/workflows/future_testing.yml
@@ -60,6 +60,6 @@ jobs:
60
- name: Test with pytest
61
run: |
62
cd rtb
63
- pip install .[dev,collision,vpython]
+ pip install .[dev,collision]
64
pip install pytest-timeout
65
pytest --timeout=50 --timeout_method thread -s
0 commit comments