Skip to content

Commit fe6c212

Browse files
DEV: Update linters.yml to install additional dependencies for tests
1 parent f9c9ec2 commit fe6c212

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29+
pip install .[all]
30+
pip install .[tests]
2931
pip install pylint isort
3032
- name: Run isort
3133
run: isort --check-only rocketpy/ tests/ docs/ --profile black

0 commit comments

Comments
 (0)