Skip to content

Commit df2040f

Browse files
committed
DEV: install tests before optional reqs
1 parent 6df8424 commit df2040f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test_pytest.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@ jobs:
4444

4545
- name: Install all RocketPy dependencies
4646
run: |
47-
# Core + optional dependencies
4847
pip install -r requirements.txt
48+
pip install -r requirements-tests.txt
4949
pip install -r requirements-optional.txt
50+
5051
# Install RocketPy itself with its "all" extras
5152
pip install .[all]
52-
# Test‐only deps
53-
pip install -r requirements-tests.txt
5453
5554
- name: Test importing rocketpy
5655
run: python -c "import sys, rocketpy; print(f'{rocketpy.__name__} running on Python {sys.version}')"

0 commit comments

Comments
 (0)