Skip to content

Commit

Permalink
CI: Ensure latest pip installs, use create-pull-request@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Nov 17, 2021
1 parent c90fe1a commit 59a9325
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update-pipfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.7
- run: pip install wheel
- run: pip install pipenv
- run: pip install -U pip
- run: pip install -U wheel
- run: pip install -U pipenv
- run: pipenv lock
- uses: actions/upload-artifact@v2
with:
name: "Pipfile lock"
path: Pipfile.lock
- uses: peter-evans/create-pull-request@v2
- uses: peter-evans/create-pull-request@v3
with:
title: "Update Pipfile.lock (dependencies)"
branch: update-pipfile
Expand Down

0 comments on commit 59a9325

Please sign in to comment.