Skip to content

Commit

Permalink
pin pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Jan 21, 2020
1 parent 998af84 commit c565720
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
shell: bash
run: |
set -ex
python3 -m virtualenv -p /usr/bin/python3.7 ~/venv
python3 -m virtualenv -p /usr/bin/python3.7 --no-pip ~/venv
source ~/venv/bin/activate
curl -sSLf https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py pip==19.3.1
pip3 install -r requirements.txt
- name: Install libraries
run: |
Expand Down

0 comments on commit c565720

Please sign in to comment.