We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338f6ee commit b1c4d06Copy full SHA for b1c4d06
.github/workflows/python-package.yml
@@ -26,6 +26,7 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
- name: Install dependencies
28
run: |
29
+ python -m pip install --upgrade pip
30
pip install -r requirements_dev.txt
31
- name: Lint with flake8
32
0 commit comments