Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdwaggoner authored Nov 26, 2024
1 parent f50cbc7 commit 4257edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Install dependencies
run: |
pip install numpy pandas scipy pytest
pip install numpy pandas scipy typing joblib tqdm pytz matplotlib pytest
- name: Run tests
run: |
python -m unittest discover -s tests

0 comments on commit 4257edf

Please sign in to comment.