Skip to content

Commit

Permalink
Re-install python again
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 30, 2021
1 parent 743dce1 commit 4ff8f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Clean up installed software
if: startsWith(matrix.os, 'macos')
run: |
brew uninstall --ignore-dependencies --force $(brew list --formula | grep -v python)
brew uninstall --ignore-dependencies --force $(brew list --formula)
# brew uninstall --cask --force $(brew list --cask)
brew uninstall --cask --force firefox google-chrome
brew cleanup --prune-prefix
Expand Down

0 comments on commit 4ff8f32

Please sign in to comment.