Skip to content

Commit

Permalink
add iv option to testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Nov 9, 2023
1 parent 8b58ff0 commit b0afc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install pvops
run: |
python -m pip install --upgrade pip
pip install .
pip install .[iv]
- name: Test with pytest
run: |
pip install pytest pytest-cov
Expand Down

0 comments on commit b0afc79

Please sign in to comment.