Skip to content

Commit

Permalink
fix: adding ortools to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Oct 31, 2024
1 parent 12770c9 commit 3f41720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: build and install
run: |
pip install -r requirements.txt
pip install ortools
- name: Test with pytest
run: |
pytest -s tests

0 comments on commit 3f41720

Please sign in to comment.