Skip to content

Commit 9b62488

Browse files
authored
force upgrade pluggy
1 parent cfaf2ec commit 9b62488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ 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-metadata pytest-cov coveralls
34-
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
34+
pip install --upgrade pluggy
3535
- name: Install package requirements
3636
run: pip install -r requirements.txt
3737
- name: Install package

0 commit comments

Comments
 (0)