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 fac6a97 commit 505b2f0Copy full SHA for 505b2f0
.github/workflows/pythonpackage.yml
@@ -26,7 +26,7 @@ jobs:
26
python -m pip install --upgrade pip
27
- name: Test with pytest
28
run: |
29
- pip install .[dev,collision,vpython]
+ pip install .[dev,collision]
30
pip install pytest-timeout
31
pytest --timeout=50 --timeout_method thread -s
32
codecov:
0 commit comments