Skip to content

Commit 3bbb169

Browse files
committed
simplify tests workflow
1 parent 417ca7b commit 3bbb169

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@ jobs:
2222
- name: Display Python version
2323
run: python -c "import sys; print(sys.version)"
2424

25-
- name: Install test dependencies
25+
- name: Install package and dependencies for tests
2626
run: |
2727
pip install setuptools --upgrade
28-
pip install .[test]
29-
30-
- name: Install package
31-
run: pip install .
28+
pip install .[test]
3229
3330
- name: Run unit tests
3431
run: |

0 commit comments

Comments
 (0)