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