Skip to content

Commit

Permalink
install pytest in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Dec 25, 2023
1 parent 33c0b2c commit 2ed0c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pandas==1.3.5 numpy==1.22.3 tqdm==4.62.3 psutil==5.9.0
pip install pytest
pip install .
- name: Test with pytest
Expand Down

0 comments on commit 2ed0c24

Please sign in to comment.