Skip to content

Commit

Permalink
Tweak pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Dec 15, 2023
1 parent 52c7ac9 commit 435ba6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install Pipenv
run: pip install --user pipenv

- name: Detect correct pip version
run: pip install -U pip

- name: Install dependencies
run: pipenv sync --dev
env:
Expand Down

0 comments on commit 435ba6b

Please sign in to comment.