Skip to content

Commit 599653f

Browse files
authored
remove pluggy
1 parent e9efd98 commit 599653f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install test dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install setuptools wheel pluggy
32+
pip install setuptools wheel
3333
pip install flake8 pytest pytest-cov coveralls
3434
- name: Install package requirements
3535
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)