Skip to content

Commit

Permalink
Fix unittest action
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Feb 14, 2023
1 parent fcbda90 commit e265c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov statsmodels python-datamatrix matplotlib
pip install pytest pytest-cov statsmodels datamatrix matplotlib
- name: Test with pytest
run: |
pytest --cov=time_series_test unittests/

0 comments on commit e265c72

Please sign in to comment.