Fix CI not finding pip3
Signed-off-by: Dan Rose <dan@digilabs.io>
This commit is contained in:
parent
960d4f7358
commit
418a70e7c3
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ osx_xcode10_3: &osx_xcode10_3
|
|||
- eval "export COV_COMPTYPE=clang COV_PLATFORM=macOSX"
|
||||
- eval "export PATH=\"${PATH}:$(python3 -m site --user-base)/bin\""
|
||||
install:
|
||||
- pip3 install conan --upgrade --user
|
||||
- python3 -m pip install conan --upgrade --user
|
||||
|
||||
osx_xcode9: &osx_xcode9
|
||||
<<: *osx_xcode10_3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue