mirror of https://github.com/ArduPilot/ardupilot
Azure: force symlink for python3
This commit is contained in:
parent
ebb0b4c265
commit
1810786881
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') && git submodule update --recursive --init --depth 2"
|
- script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') && git submodule update --recursive --init --depth 2"
|
||||||
displayName: Initialize submodules
|
displayName: Initialize submodules
|
||||||
|
|
||||||
- script: C:\Cygwin\bin\bash --login -c "ln -s /usr/bin/python3.6 /usr/bin/python && ln -s /usr/bin/pip3.6 /usr/bin/pip"
|
- script: C:\Cygwin\bin\bash --login -c "ln -sf /usr/bin/python3.6 /usr/bin/python && ln -sf /usr/bin/pip3.6 /usr/bin/pip"
|
||||||
displayName: 'Make Python 3.6 the default Python'
|
displayName: 'Make Python 3.6 the default Python'
|
||||||
|
|
||||||
- script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') &&
|
- script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') &&
|
||||||
|
|
Loading…
Reference in New Issue