Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Lock pip to v19.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregers committed Jan 21, 2020
1 parent f036e38 commit c99e0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Install pipenv
run: |
python -m pip install --upgrade pip
python -m pip install -I 'pip==19.3.1'
pip3 install pipenv
- name: Install Python dependencies
Expand Down

0 comments on commit c99e0f7

Please sign in to comment.