Skip to content

Commit fa16fdd

Browse files
committed
DEV: adds 'pip install -r requirements-tests.txt' recipe to 'make install' target on Makefile
1 parent 9407470 commit fa16fdd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Attention: The newest changes should be on top -->
3939

4040
- DOCS: reshape docs (closes #659) [#781](https://github.com/RocketPy-Team/RocketPy/pull/781)
4141
- MNT: EmptyMotor class inherits from Motor(ABC) [#779](https://github.com/RocketPy-Team/RocketPy/pull/779)
42+
- DEV: add requirements-tests.txt on make install target [#790](https://github.com/RocketPy-Team/RocketPy/issues/790)
4243

4344
### Fixed
4445

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install:
2121
$(PYTHON) -m pip install --upgrade pip
2222
pip install -r requirements.txt
2323
pip install -r requirements-optional.txt
24+
pip install -r requirements-tests.txt
2425
pip install -e .
2526

2627
format:

0 commit comments

Comments
 (0)