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 0e106d0 commit 80efb76Copy full SHA for 80efb76
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip install pipenv
27
- pipenv install --dev
+ pipenv install --dev --skip-lock
28
- name: Check code format
29
30
pipenv run yapf -dr .
0 commit comments