Skip to content

Commit 2e899e9

Browse files
author
Arun Persaud
committed
CI: update pip install
1 parent a98cf44 commit 2e899e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python_tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ jobs:
2727
- name: Upgrading pip
2828
run: python -m pip install --upgrade pip
2929

30-
- name: Installing ruff
31-
run: python -m pip install ruff
32-
3330
- name: Installing packagex
34-
run: python -m pip install -e .
31+
run: python -m pip install -e .[dev,docs,test]
3532

3633
- name: Testing with PyTest
3734
run: python -m pytest

0 commit comments

Comments
 (0)