Skip to content

Commit 2584160

Browse files
committed
add test deps
1 parent 591d422 commit 2584160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_min_dep_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install dascore (min deps)
4646
shell: bash -l {0}
47-
run: pip install -e .
47+
run: pip install -e .[test]
4848

4949
# Runs test suite and calculates coverage
5050
- name: run test suite

0 commit comments

Comments
 (0)