We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599653f commit 7ab846eCopy full SHA for 7ab846e
.github/workflows/python_package.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install test dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install setuptools wheel
+ pip install setuptools wheel pluggy
33
pip install flake8 pytest pytest-cov coveralls
34
- name: Install package requirements
35
run: pip install -r requirements.txt
0 commit comments