Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 0f7ba62

Browse files
committed
prevent runtime pipfile.lock from changing hash
1 parent 1ae6476 commit 0f7ba62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- run: pipenv clean
6363
- run: pipenv install --skip-lock --dev
6464
- run: pipenv run pip install -U 'SecretStorage>=3'
65+
- run: git reset --hard HEAD
6566
- run: make dist
6667
id: create_dist
6768
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)