mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #5748 from docker/fix-brew-python
Fix brew python install command
This commit is contained in:
commit
1f84463061
@ -7,7 +7,7 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
name: install python3
|
||||
command: brew update > /dev/null && brew install python3
|
||||
command: brew update > /dev/null && brew upgrade python
|
||||
- run:
|
||||
name: install tox
|
||||
command: sudo pip install --upgrade tox==2.1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user