Skip to content

Commit

Permalink
Force CentOS to install Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Nov 1, 2022
1 parent 4892b98 commit 6771678
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
watchman -v
displayName: Install Watchman
- ${{ if eq(parameters.name, 'CentOS7') }}:
- script: sudo yum install -y python3
displayName: Install Python3

- script: npm install --build-from-source
displayName: Install dependencies
- script: npm test
Expand Down

0 comments on commit 6771678

Please sign in to comment.