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 cfaf2ec commit 9b62488Copy full SHA for 9b62488
.github/workflows/python_package.yaml
@@ -29,9 +29,9 @@ jobs:
29
- name: Install test dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install setuptools wheel pluggy
+ pip install setuptools wheel
33
pip install flake8 pytest pytest-metadata pytest-cov coveralls
34
- echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
+ pip install --upgrade pluggy
35
- name: Install package requirements
36
run: pip install -r requirements.txt
37
- name: Install package
0 commit comments