Skip to content

Commit

Permalink
more ci cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 5, 2023
1 parent 38b39c0 commit bd03199
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ jobs:
- script: |
# https://github.com/actions/setup-python/issues/577
rm /usr/local/bin/2to3 || true
rm /usr/local/bin/2to3-3.11 || true
rm /usr/local/bin/idle3 || true
rm /usr/local/bin/idle3.11 || true
rm /usr/local/bin/pydoc3 || true
rm /usr/local/bin/pydoc3.11 || true
rm /usr/local/bin/python3 || true
rm /usr/local/bin/python3.11 || true
rm /usr/local/bin/python3-config || true
rm /usr/local/bin/python3.11-config || true
brew update
brew install watchman
displayName: Install Watchman
Expand Down

0 comments on commit bd03199

Please sign in to comment.