Skip to content

Commit

Permalink
Update pytest plugins in install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Jan 9, 2024
1 parent 147cfb9 commit 913ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt coverage pytest pytest-cov pytest-asyncio pytest-xdist pytest-randomly pytest sugar
pip install -r requirements.txt coverage pytest pytest-cov pytest-asyncio pytest-xdist pytest-randomly pytest-sugar
- name: Install Project
run: |
python -m pip install -e .
Expand Down

0 comments on commit 913ee76

Please sign in to comment.