Skip to content

Commit

Permalink
[CI] Have FreeBSD install pip>=19.
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Jun 16, 2020
1 parent 64556cf commit 3fef2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ FreeBSD_task:
- PY=`echo $PYTHON | tr -d '.'`
- pkg install -y python${PY} py${PY}-setuptools
- python${PYTHON} -m ensurepip
- python${PYTHON} -m pip install -U 'pip>=19' # Hard requirement for no setup.py.
- python${PYTHON} -m pip install .[build]
- python${PYTHON} -m pip install .[release] .[testing]
script:
Expand Down

0 comments on commit 3fef2f4

Please sign in to comment.