Skip to content

Commit 2ed0c24

Browse files
committed
install pytest in actions
1 parent 33c0b2c commit 2ed0c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37-
pip install pandas==1.3.5 numpy==1.22.3 tqdm==4.62.3 psutil==5.9.0
37+
pip install pytest
3838
pip install .
3939
4040
- name: Test with pytest

0 commit comments

Comments
 (0)