Skip to content

Commit

Permalink
adding dep to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdwaggoner authored Nov 26, 2024
1 parent 8c4eeaf commit a028d9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
python-version: '3.10'

- name: Install dependencies
run: |
pip install numpy pandas unittest pytest
- name: Run tests
run: |
python -m unittest discover -s tests

0 comments on commit a028d9f

Please sign in to comment.