Skip to content

Commit

Permalink
Bump test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Jul 15, 2024
1 parent 03f3c97 commit cdb5c04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ jobs:
pip install .

- name: Install test deps
run:
conda install -y pytest nose pytest-durations pytest-xdist || true
run: |
conda install -y pytest pytest-xdist
pip install pytest-durations
- name: Run tests
run: |
Expand Down

0 comments on commit cdb5c04

Please sign in to comment.