We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591d422 commit 2584160Copy full SHA for 2584160
.github/workflows/run_min_dep_tests.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Install dascore (min deps)
46
shell: bash -l {0}
47
- run: pip install -e .
+ run: pip install -e .[test]
48
49
# Runs test suite and calculates coverage
50
- name: run test suite
0 commit comments