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 6df8424 commit df2040fCopy full SHA for df2040f
.github/workflows/test_pytest.yaml
@@ -44,13 +44,12 @@ jobs:
44
45
- name: Install all RocketPy dependencies
46
run: |
47
- # Core + optional dependencies
48
pip install -r requirements.txt
+ pip install -r requirements-tests.txt
49
pip install -r requirements-optional.txt
50
+
51
# Install RocketPy itself with its "all" extras
52
pip install .[all]
- # Test‐only deps
53
- pip install -r requirements-tests.txt
54
55
- name: Test importing rocketpy
56
run: python -c "import sys, rocketpy; print(f'{rocketpy.__name__} running on Python {sys.version}')"
0 commit comments