Skip to content

Commit

Permalink
Adds pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel committed Aug 17, 2024
1 parent 5af6000 commit 9208e40
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 @@ -40,7 +40,7 @@ jobs:
- name: Install
# scipy and numpy versions are chosen to match cvxpy
run: |
pip install cvxpy
pip install cvxpy pytest
python -m pip install .
- name: Test
Expand Down

0 comments on commit 9208e40

Please sign in to comment.