Skip to content

Commit

Permalink
prevent runtime pipfile.lock from changing hash
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwu committed Mar 17, 2022
1 parent 1ae6476 commit 0f7ba62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- run: pipenv clean
- run: pipenv install --skip-lock --dev
- run: pipenv run pip install -U 'SecretStorage>=3'
- run: git reset --hard HEAD
- run: make dist
id: create_dist
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 0f7ba62

Please sign in to comment.