Skip to content

Commit 97eed2b

Browse files
committed
Use pip download to prepare TeamCity rather than the removed pip install --download
1 parent 16ced28 commit 97eed2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prep_teamcity

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pip install -U pip
3333
pip install wheel
3434

3535
# Download distro independent artifacts
36-
pip install --download wheelhouse $DIR/ext/dcos-image
36+
pip download -d wheelhouse $DIR/ext/dcos-image
3737

3838
# Make the wheels, they will be output into the folder `wheelhouse` by default.
3939
pip wheel --wheel-dir=wheelhouse --no-index --find-links=wheelhouse $DIR/ext/dcos-image

0 commit comments

Comments
 (0)