Skip to content

Commit cdb5c04

Browse files
committed
Bump test deps
1 parent 03f3c97 commit cdb5c04

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ jobs:
7878
pip install .
7979

8080
- name: Install test deps
81-
run:
82-
conda install -y pytest nose pytest-durations pytest-xdist || true
81+
run: |
82+
conda install -y pytest pytest-xdist
83+
pip install pytest-durations
8384
8485
- name: Run tests
8586
run: |

0 commit comments

Comments
 (0)