Skip to content

Commit 19233ad

Browse files
authored
Clear pipenv lock during dependency installation
Clear pipenv lock before installing dependencies.
1 parent 1ab4dc1 commit 19233ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
pip install --upgrade pip
3232
pip install pipenv
33+
pipenv lock --clear
3334
pipenv install --deploy
3435
3536
- name: Build documentation

0 commit comments

Comments
 (0)