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 705b6f5 commit c75d253Copy full SHA for c75d253
.github/workflows/ci.yaml
@@ -21,8 +21,9 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install flake8 pytest
25
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ pip install flake8 pytest pipenv
+ pipenv run pip freeze > requirements.txt
26
+ pip install -r requirements.txt
27
28
- name: Lint with flake8
29
0 commit comments