Skip to content

Commit

Permalink
add test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Jan 16, 2025
1 parent 591d422 commit 2584160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_min_dep_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

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

# Runs test suite and calculates coverage
- name: run test suite
Expand Down

0 comments on commit 2584160

Please sign in to comment.