Skip to content

Commit ca6c819

Browse files
committed
Making sure all test packages are installed
1 parent 52c33da commit ca6c819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
2222
- name: Install nimble packages and dev tools
2323
run: |
24-
pip install -e .[dev]
24+
pip install -e .
25+
pip install .[test]
2526
pip list
2627
2728
- name: Run tests

0 commit comments

Comments
 (0)