Skip to content

Commit

Permalink
added pytest dependency build
Browse files Browse the repository at this point in the history
  • Loading branch information
din14970 committed Feb 4, 2021
1 parent 71bbfe2 commit 06d7c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: conda --version
- name: Install depedencies and package
shell: bash
run: pip install -U -e .; conda install match-series
run: pip install -U -e .'[tests]'; conda install match-series
- name: Run tests
run: pytest --cov=pymatchseries --pyargs pymatchseries
- name: Generate line coverage
Expand Down

0 comments on commit 06d7c40

Please sign in to comment.