Skip to content

Commit f1e6b39

Browse files
Correct GitHub Action release not trying to generate pipfile.lock
1 parent aa43452 commit f1e6b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
python -m pip install pipenv
22-
pipenv sync --dev
22+
pipenv install --dev
2323
echo "Pipenv installed Django version:"
2424
pipenv run django-admin --version
2525

0 commit comments

Comments
 (0)