Skip to content

Commit 6771678

Browse files
committed
Force CentOS to install Python 3
1 parent 4892b98 commit 6771678

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines-template.yml

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
watchman -v
3636
displayName: Install Watchman
3737
38+
- ${{ if eq(parameters.name, 'CentOS7') }}:
39+
- script: sudo yum install -y python3
40+
displayName: Install Python3
41+
3842
- script: npm install --build-from-source
3943
displayName: Install dependencies
4044
- script: npm test

0 commit comments

Comments
 (0)