Skip to content

Commit

Permalink
make pluggy an explicit test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed Jun 25, 2024
1 parent 929a511 commit e9efd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install test dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel pluggy
pip install flake8 pytest pytest-cov coveralls
- name: Install package requirements
run: pip install -r requirements.txt
Expand Down

0 comments on commit e9efd98

Please sign in to comment.