Skip to content

Commit

Permalink
Use hopp tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
camirmas committed Aug 4, 2023
1 parent 6f734ea commit f400696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Unit tests
run: |
pip install pytest
PYTHONPATH=. pytest tests
PYTHONPATH=. pytest tests/hopp
- name: Lint with flake8
run: |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nlopt
numpy<1.25
numpy-financial
optuna
pandas>=1.5
pandas
pint
pvmismatch
pyDOE2
Expand Down

0 comments on commit f400696

Please sign in to comment.