We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db6869 commit c804cbeCopy full SHA for c804cbe
1 file changed
.github/workflows/ci.yml
@@ -25,9 +25,8 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
27
run: |
28
- python -m pip install --upgrade pip
29
- pip install flake8 pytest
30
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ python -m pip install --upgrade pip pipenv
+ pipenv install --dev
31
- name: Lint with flake8
32
33
# stop the build if there are Python syntax errors or undefined names
0 commit comments