We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973d170 commit 45e99f8Copy full SHA for 45e99f8
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Pip Install
32
run: |
33
pip install pipenv
34
- pipenv install --dev --locked
+ pipenv install --dev --skip-lock
35
36
- name: Verify Service Running
37
0 commit comments