We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab4dc1 commit 19233adCopy full SHA for 19233ad
1 file changed
.github/workflows/main.yml
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
pip install --upgrade pip
32
pip install pipenv
33
+ pipenv lock --clear
34
pipenv install --deploy
35
36
- name: Build documentation
0 commit comments