We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5409fc7 commit c52553aCopy full SHA for c52553a
.github/workflows/python-package.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
27
run: |
28
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools
29
pip install flake8 nose2
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- name: Lint with flake8
0 commit comments